aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2024-02-10 05:54:42 -0500
committerAmaan Qureshi <amaanq12@gmail.com>2024-02-10 06:58:38 -0500
commit05962ae14a076c5806592b1d447adb0f9707c2c1 (patch)
treeefb3aafa0ae5832acaa9af4e489ee8e736fb0d0b
parentfeat(ecma): highlight decorator and destructuring (diff)
downloadnvim-treesitter-05962ae14a076c5806592b1d447adb0f9707c2c1.tar
nvim-treesitter-05962ae14a076c5806592b1d447adb0f9707c2c1.tar.gz
nvim-treesitter-05962ae14a076c5806592b1d447adb0f9707c2c1.tar.bz2
nvim-treesitter-05962ae14a076c5806592b1d447adb0f9707c2c1.tar.lz
nvim-treesitter-05962ae14a076c5806592b1d447adb0f9707c2c1.tar.xz
nvim-treesitter-05962ae14a076c5806592b1d447adb0f9707c2c1.tar.zst
nvim-treesitter-05962ae14a076c5806592b1d447adb0f9707c2c1.zip
chore(bash): update parser and highlights
-rw-r--r--lockfile.json2
-rw-r--r--queries/bash/highlights.scm1
2 files changed, 2 insertions, 1 deletions
diff --git a/lockfile.json b/lockfile.json
index dc5922c18..7e6192f42 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -27,7 +27,7 @@
"revision": "207b04974c83d8d25a947e4d09763675c4617da7"
},
"bash": {
- "revision": "f25440a0c089989200d07260d4d0d447c26eaa3e"
+ "revision": "d1a1a3fe7189fdab5bd29a54d1df4a5873db5cb1"
},
"bass": {
"revision": "27f110dfe79620993f5493ffa0d0f2fe12d250ed"
diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm
index 20b9fd740..b4360ce7e 100644
--- a/queries/bash/highlights.scm
+++ b/queries/bash/highlights.scm
@@ -43,6 +43,7 @@
"<<-"
"<<<"
".."
+ "!"
] @operator
; Do *not* spell check strings since they typically have some sort of