Skip to content

Commit 88e7ae0

Browse files
committed
Updated highlighting for equal sign in function expressions
1 parent ad3ecd4 commit 88e7ae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/javascript.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ if version >= 508 || !exists("did_javascript_syn_inits")
286286
HiLink javaScriptFuncDef Title
287287
HiLink javaScriptFuncArg Special
288288
HiLink javaScriptFuncComma Operator
289+
HiLink javascriptFuncEq Operator
290+
289291

290292
HiLink javaScriptHtmlEvents Special
291293
HiLink javaScriptHtmlElemProperties Type

0 commit comments

Comments
 (0)