Skip to content

Commit 7c09c5a

Browse files
committed
Add support for yuezk/vim-js
1 parent ddc08c4 commit 7c09c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

after/syntax/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if exists('s:current_syntax')
2020
let b:current_syntax = s:current_syntax
2121
endif
2222

23-
if hlexists("jsNoise") " pangloss/vim-javascript
23+
if hlexists("jsDebugger") || hlexists("jsNoise") " yuezk/vim-js or pangloss/vim-javascript
2424
syntax cluster jsExpression add=jsxRegion
2525
elseif hlexists("javascriptOpSymbols") " othree/yajs.vim
2626
" refine the javascript line comment

0 commit comments

Comments
 (0)