We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc08c4 commit 7c09c5aCopy full SHA for 7c09c5a
1 file changed
after/syntax/javascript.vim
@@ -20,7 +20,7 @@ if exists('s:current_syntax')
20
let b:current_syntax = s:current_syntax
21
endif
22
23
-if hlexists("jsNoise") " pangloss/vim-javascript
+if hlexists("jsDebugger") || hlexists("jsNoise") " yuezk/vim-js or pangloss/vim-javascript
24
syntax cluster jsExpression add=jsxRegion
25
elseif hlexists("javascriptOpSymbols") " othree/yajs.vim
26
" refine the javascript line comment
0 commit comments