Skip to content

Commit 36e8d3c

Browse files
committed
Support 3 Section operator
1 parent 84b7fe6 commit 36e8d3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

after/syntax/javascript.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ syntax region jsxRegion
3131
\ end=+>\n\?\s*}\@=+
3232
\ end=+>;\@=+
3333
\ end=+\n\?\s\*,+
34+
\ end=+\s*:\@=+
3435
\ fold
3536
\ contains=jsxCloseString,jsxCloseTag,jsxTag,jsxComment,javascriptParens,
3637
\jsFuncBlock,javascriptBlock,@javascriptRegionHook,@Spell
@@ -125,6 +126,7 @@ highlight def link jsxEscapeJs jsxEscapeJs
125126
highlight def link jsxCloseTag Identifier
126127
highlight def link jsxCloseString Identifier
127128

129+
highlight def link jsObjectKey Type
128130
highlight def link jsArrowFuncArgs Type
129131
highlight def link jsFuncArgs Type
130132

0 commit comments

Comments
 (0)