Skip to content

Commit 0cb2e11

Browse files
committed
Change ClassKeywords to Keywords instead of Define
It's right there in the name: "Keyword" and should be highlighted as such.
1 parent 6c78b77 commit 0cb2e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntax/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ if version >= 508 || !exists("did_javascript_syn_inits")
288288
HiLink jsOperator Operator
289289
HiLink jsOf Operator
290290
HiLink jsStorageClass StorageClass
291-
HiLink jsClassKeywords Structure
291+
HiLink jsClassKeywords Keyword
292292
HiLink jsThis Special
293293
HiLink jsSuper Constant
294294
HiLink jsNan Number

0 commit comments

Comments
 (0)