File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 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
174174exe ' syntax match jsArrowFunction /=>/ skipwhite skipempty nextgroup=jsFuncBlock,jsCommentFunction ' .(exists (' g:javascript_conceal_arrow_function' ) ? ' conceal cchar=' .g: javascript_conceal_arrow_function : ' ' )
175175exe ' syntax match jsArrowFunction /()\ze\s*=>/ skipwhite skipempty nextgroup=jsArrowFunction ' .(exists (' g:javascript_conceal_noarg_arrow_function' ) ? ' conceal cchar=' .g: javascript_conceal_noarg_arrow_function : ' ' )
176176exe ' 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 : ' ' )
177178
178179" Classes
179180syntax keyword jsClassKeyword contained class
You can’t perform that action at this time.
0 commit comments