aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vigouroux <thomas.vigouroux@protonmail.com>2022-05-01 19:19:39 +0200
committerThomas Vigouroux <thomas.vigouroux@protonmail.com>2022-05-01 19:21:40 +0200
commit6619432dd3b67835be02cbc9281c91dda7b200f2 (patch)
treef814ed935a022ff2c1ef2bc682e53259af49e6bf
parentchore: add github sponsors to FUNDING.yml (diff)
downloadnvim-treesitter-6619432dd3b67835be02cbc9281c91dda7b200f2.tar
nvim-treesitter-6619432dd3b67835be02cbc9281c91dda7b200f2.tar.gz
nvim-treesitter-6619432dd3b67835be02cbc9281c91dda7b200f2.tar.bz2
nvim-treesitter-6619432dd3b67835be02cbc9281c91dda7b200f2.tar.lz
nvim-treesitter-6619432dd3b67835be02cbc9281c91dda7b200f2.tar.xz
nvim-treesitter-6619432dd3b67835be02cbc9281c91dda7b200f2.tar.zst
nvim-treesitter-6619432dd3b67835be02cbc9281c91dda7b200f2.zip
feat(vim): add support for const
-rw-r--r--queries/vim/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/vim/highlights.scm b/queries/vim/highlights.scm
index 28342e3c1..616f34fef 100644
--- a/queries/vim/highlights.scm
+++ b/queries/vim/highlights.scm
@@ -52,6 +52,7 @@
[
"let"
"unlet"
+ "const"
"call"
"execute"
"normal"