From 0278f54576de50e8387037b8c018cf01b3dd3d1f Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Mon, 12 Aug 2024 17:46:47 +0100 Subject: [PATCH] Fix javascript global identifier highlighting --- estilo/syntax/javascript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estilo/syntax/javascript.yml b/estilo/syntax/javascript.yml index d32050f..65f4ee6 100644 --- a/estilo/syntax/javascript.yml +++ b/estilo/syntax/javascript.yml @@ -76,7 +76,7 @@ javaScriptIdentifier: 'other' # Identifier javaScriptLabel: 'other' # Label javaScriptException: 'invalid' # Exception javaScriptMessage: '' # Keyword -javaScriptGlobal: '' # Keyword +javaScriptGlobal: 'other' # Keyword javaScriptMember: 'contrastLite' # Keyword javaScriptDeprecated: '' # Exception javaScriptReserved: '' # Keyword