File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ exe 'syntax match jsFunction /\<function\>/ skipwhite skipempty nextgroup=j
174
174
exe ' syntax match jsArrowFunction /=>/ skipwhite skipempty nextgroup=jsFuncBlock,jsCommentFunction ' .(exists (' g:javascript_conceal_arrow_function' ) ? ' conceal cchar=' .g: javascript_conceal_arrow_function : ' ' )
175
175
exe ' syntax match jsArrowFunction /()\ze\s*=>/ skipwhite skipempty nextgroup=jsArrowFunction ' .(exists (' g:javascript_conceal_noarg_arrow_function' ) ? ' conceal cchar=' .g: javascript_conceal_noarg_arrow_function : ' ' )
176
176
exe ' syntax match jsArrowFunction /_\ze\s*=>/ skipwhite skipempty nextgroup=jsArrowFunction ' .(exists (' g:javascript_conceal_underscore_arrow_function' ) ? ' conceal cchar=' .g: javascript_conceal_underscore_arrow_function : ' ' )
177
+ exe ' syntax match jsDoubleEqual /=\{2}/ skipwhite skipempty nextgroup=@jsExpression ' .(exists (' g:javascript_conceal_double_equal' ) ? ' conceal cchar=' .g: javascript_conceal_double_equal : ' ' )
177
178
178
179
" Classes
179
180
syntax keyword jsClassKeyword contained class
You can’t perform that action at this time.
0 commit comments