Skip to content

Commit e160ac8

Browse files
author
William Wilkinson
committed
Added syntax highlighting for JSX tags.
1 parent ce72363 commit e160ac8

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)