aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeesh Goldman <rabbiveesh@gmail.com>2023-10-23 21:40:18 +0300
committerGitHub <noreply@github.com>2023-10-23 14:40:18 -0400
commit84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23 (patch)
tree787c8663313bf52877d83b9b558ec89d86c9681b
parentfix(leo): highlights fixes (#5563) (diff)
downloadnvim-treesitter-84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23.tar
nvim-treesitter-84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23.tar.gz
nvim-treesitter-84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23.tar.bz2
nvim-treesitter-84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23.tar.lz
nvim-treesitter-84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23.tar.xz
nvim-treesitter-84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23.tar.zst
nvim-treesitter-84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23.zip
chore(perl): update parser
-rw-r--r--lockfile.json2
-rw-r--r--queries/perl/highlights.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index e09fbba54..b5e528550 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -423,7 +423,7 @@
"revision": "e01767921df18142055d97407595329d7629e643"
},
"perl": {
- "revision": "186906b7b03a0a4d9c4e27444b234320e9b470c9"
+ "revision": "495ea4b2bb2ca7ebc64c598e4a60d8c0856b2811"
},
"php": {
"revision": "0e02e7fab7913a0e77343edb347c8f17cac1f0ba"
diff --git a/queries/perl/highlights.scm b/queries/perl/highlights.scm
index 82d181183..ffd5ed392 100644
--- a/queries/perl/highlights.scm
+++ b/queries/perl/highlights.scm
@@ -72,7 +72,7 @@
(regexp_content)
] @string.regex
-(autoquoted_bareword _?) @string.special
+(autoquoted_bareword) @string.special
(use_statement (package) @type)
(package_statement (package) @type)