Commit graph

49 commits

Author SHA1 Message Date
Cliff Resnick
64fedca782 tweak Search color to make Quickfix legible 2019-01-08 01:28:04 +00:00
Tomáš Iser
26d6717a3d
Merge pull request #29 from hosseintoussi/javascript-syntax-improvements
Javascript syntax improvements
2019-01-05 20:08:40 +01:00
Tomáš Iser
a75cba1b77
Merge pull request #25 from hosseintoussi/xml-jsx-open-close-tag-color
highlighting for XML and JSX to fix open/close tags
2019-01-05 20:07:59 +01:00
hosseintoussi
fee4cd571b added light blue to parentheses in javascript 2019-01-05 16:54:09 +01:00
hosseintoussi
9d25538b3d added light blue to object value of javascript 2019-01-05 16:36:28 +01:00
hosseintoussi
00f81b8cf2 added yellow to object key of javascript 2019-01-05 16:30:36 +01:00
hosseintoussi
14ed4812f1 colors for extend, class, and export in javascript 2019-01-05 16:23:57 +01:00
hosseintoussi
c88dad9976 added yellow to function calls of javascript 2019-01-05 16:04:14 +01:00
hosseintoussi
80f7659df0 added blue green to class definition of javascript 2019-01-05 16:00:18 +01:00
hosseintoussi
74c7f1d7e2 added lightblue to the module keyword of javascript 2019-01-05 15:58:31 +01:00
Tomáš Iser
37c41fc6a5
Merge pull request #28 from casonadams/json-syntax
added JSON rules for syntax highlight
2019-01-05 12:02:12 +01:00
Tomáš Iser
5a285b7d1e
Merge pull request #27 from casonadams/error-color
corrected bad color blending on errors with ctrl-p and syntastic
2019-01-05 11:54:53 +01:00
Tomáš Iser
5aacfd3b18
Merge pull request #26 from hosseintoussi/fix-cursor-column
same color for cursorColumn as cursorLine
2019-01-04 21:49:03 +01:00
Cason Adams
61b5a41370 added JSON rules for syntax highlight 2019-01-03 02:32:50 -07:00
Cason Adams
4048b2cab7 corrected bad color blending on errors with ctrl-p and syntastic 2019-01-02 23:03:44 -07:00
hosseintoussi
8bed0026e7 same color for cursorColumn as cursorLine
this fixes issue #23
2018-12-30 00:18:29 +01:00
hosseintoussi
d105bb4c39 highlighting for XML and JSX to fix open/close tags This fixes
issue #21. The reason for this is the default XML syntax which
has different colors on start and end tags. This PR sets the open
and close tags color to "BlueGreen" which is what VS code uses.
2018-12-29 23:59:17 +01:00
Tomáš Iser
8a22d90a70
Merge pull request #24 from hosseintoussi/fix-class-name-highlight
fixed the class and module name highlighting in Ruby
2018-12-29 16:59:46 +01:00
Tomáš Iser
61cec7a8e0
Merge pull request #20 from leeor/master
fixed a few gaps with the colors of some javascript types
2018-12-29 16:59:20 +01:00
hosseintoussi
ecc045a7e4 fixed the class and module name highlighting in Ruby
On MacOS the Class name and Module name were not getting the "BlueGreen"
highlighting which is the correct color.
2018-12-29 00:43:10 +01:00
Leeor Aharon
9403f2c3c2 fixed a few gaps with the colors of some javascript types 2018-10-23 15:33:00 +03:00
Tomáš Iser
7eb2f257a4 Merge pull request #14 from mithun-daa/patch-1
Fix formatting on the README
2017-10-07 00:00:15 +02:00
Tomáš Iser
e94dcbfe65 README terminals updated 2017-10-06 23:56:19 +02:00
Mithun Patel
5a409a5aeb Fix formatting on the README 2017-10-06 16:50:27 -05:00
Tomáš Iser
ad016e011e Merge pull request #13 from iliekturtles/undercurl
Change spelling highlight groups to use 'undercurl'
2017-10-06 19:59:58 +02:00
Mike Boutin
d5951b4815 Change spelling highlight groups to use 'undercurl'
'undercurl' looks better when available and gracefully falls back to
'underline' when not available.
2017-10-06 13:06:38 -04:00
Tomáš Iser
b9e8a8fac1 Merge pull request #12 from tomasiser/patch-dark-type
Patching dark type
2017-09-30 13:18:50 +02:00
Tomáš Iser
8b60eff7e8 Patching dark type
See #11
2017-09-30 13:18:07 +02:00
Tomáš Iser
fa6c3d7af8 Merge pull request #10 from xlucas/master
Highlight golang variable assignment
2017-09-18 23:09:19 +02:00
Xavier Lucas
5872904f83
Highlight golang variable assignment
Signed-off-by: Xavier Lucas <xavier.lucas@corp.ovh.com>
2017-09-18 13:56:37 +02:00
Tomáš Iser
83f290d8d9 Merge pull request #9 from xlucas/master
Golang syntax highlight
2017-09-16 21:21:20 +02:00
Xavier Lucas
d2e987010c
Golang syntax highlight 2017-09-16 10:17:25 +02:00
Tomáš Iser
d5519a1ca8 Merge pull request #6 from nael8r/master
Underline misspelled words and highlight python operators
2017-07-23 00:20:23 +02:00
Tomáš Iser
cea71820aa Merge pull request #7 from fknorr/match-paren
Change the color of the matching paren to avoid confusion
2017-07-23 00:19:06 +02:00
Tomáš Iser
ed04b83d5a Merge pull request #8 from fknorr/special-comment
Highlight special (doc) comments like regular comments
2017-07-23 00:16:54 +02:00
Fabian Knorr
89c618ccc5 Highlight special (doc) comments like regular comments
Previously, special / doc comments were rendered in foreground color,
i.e. white or light gray.  This makes it hard to recognize them as comments.
This commit colors them the same way as regular comments.
2017-05-18 23:08:28 +02:00
Fabian Knorr
cc6a7271b4 Change the color of the matching paren to avoid confusion
Previously, matching parentheses appeared with the same background as
the cursor itself, making them indistinguishable. This commit changes
the matching paren to a darker color.
2017-05-18 22:59:55 +02:00
Natanael Ramos
d2bcc53958 Highlight conceal 2017-03-25 22:49:12 -03:00
Natanael Ramos
0106825bfd Highlight python operators is and not 2017-03-25 22:34:40 -03:00
Natanael Ramos
ee3f3bff20 Underline misspelled words 2017-03-25 22:23:54 -03:00
Tomáš Iser
fe81585d9a Merge pull request #5 from ahmedelgabri/improve-error
Error group color change
2017-03-22 22:16:30 +01:00
Ahmed El Gabri
fb91b6e9ed
make sure Error is red 2017-03-22 22:13:15 +01:00
Tomáš Iser
e56629dbd6 Update README.md 2017-03-05 16:08:23 +01:00
Tomáš Iser
00ce76f627 t_ut added to README 2017-02-28 11:41:51 +01:00
Tomáš Iser
0c362f8157 Update README.md 2017-02-27 00:13:03 +01:00
Tomáš Iser
076d2a4f3c 8/16/256-color terminals support 2017-02-26 20:44:28 +01:00
Tomáš Iser
770c811f8d Update README.md 2017-02-25 18:24:17 +01:00
Tomáš Iser
7d3210abc7 Updated Ruby class and screenshots 2017-02-25 18:20:22 +01:00
Tomáš Iser
599da06a2f Init 2017-02-25 18:00:08 +01:00