diff options
| author | Veesh Goldman <rabbiveesh@gmail.com> | 2023-10-23 21:40:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-23 14:40:18 -0400 |
| commit | 84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23 (patch) | |
| tree | 787c8663313bf52877d83b9b558ec89d86c9681b /queries | |
| parent | fix(leo): highlights fixes (#5563) (diff) | |
| download | nvim-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
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/perl/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
