Skip to content

Commit 4478cb3

Browse files
authored
Merge pull request #20 from wilkinson4/master
Added syntax highlighting for JSX tags.
2 parents ce72363 + e160ac8 commit 4478cb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/monokai.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,9 @@ M.load_plugin_syntax = function(palette)
435435
TSConstMacro = {
436436
fg = palette.purple,
437437
},
438+
TSConstructor = {
439+
fg = palette.purple,
440+
},
438441
TSConditional = {
439442
fg = palette.pink,
440443
},

0 commit comments

Comments
 (0)