From d039b4d0a4459245d78356c9739814fda9826427 Mon Sep 17 00:00:00 2001 From: tami5 Date: Wed, 23 Feb 2022 16:02:50 +0300 Subject: [PATCH] chore: add more builtin variables --- queries/v/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/v/highlights.scm b/queries/v/highlights.scm index a20b9f7d4..8f7710202 100644 --- a/queries/v/highlights.scm +++ b/queries/v/highlights.scm @@ -22,7 +22,7 @@ (#not-has-parent? @_parent call_expression special_call_expression))) ((identifier) @variable.builtin - (#match? @variable.builtin "^err$")) + (#match? @variable.builtin "^(err|macos|linux|windows)$")) ;; C: TODO: fixme make `C`.exten highlighted as variable.builtin ; ((binded_identifier) @content