Add variables highlighting

This commit is contained in:
Bruno BELANYI 2024-04-08 20:51:39 +01:00
parent b9fd34c084
commit 69e7f36f75
2 changed files with 7 additions and 0 deletions

View file

@ -16,4 +16,8 @@
(escape_sequence) @string.escape
; }}}
; Declarations {{{
(identifier) @variable
; }}}
; vim: sw=2 foldmethod=marker

View file

@ -0,0 +1,3 @@
foo = bar + "baz"
// <- variable
// ^ variable