diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-04-21 04:06:20 -0400 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-04-21 18:24:17 -0400 |
| commit | 85330918f05b3a4bd342a69063e7ef5fcdfadd2e (patch) | |
| tree | 6b38f8e3af9ad1079ba94ffc7056263b056d0c00 /queries/perl | |
| parent | fix(c): types are optional in sized_type_specifier (diff) | |
| download | nvim-treesitter-85330918f05b3a4bd342a69063e7ef5fcdfadd2e.tar nvim-treesitter-85330918f05b3a4bd342a69063e7ef5fcdfadd2e.tar.gz nvim-treesitter-85330918f05b3a4bd342a69063e7ef5fcdfadd2e.tar.bz2 nvim-treesitter-85330918f05b3a4bd342a69063e7ef5fcdfadd2e.tar.lz nvim-treesitter-85330918f05b3a4bd342a69063e7ef5fcdfadd2e.tar.xz nvim-treesitter-85330918f05b3a4bd342a69063e7ef5fcdfadd2e.tar.zst nvim-treesitter-85330918f05b3a4bd342a69063e7ef5fcdfadd2e.zip | |
perf: remove match where possible
Diffstat (limited to 'queries/perl')
| -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 c6b2c4ee4..45ad8db72 100644 --- a/queries/perl/highlights.scm +++ b/queries/perl/highlights.scm @@ -90,7 +90,7 @@ (comments) @spell ((source_file . (comments) @preproc) - (#match? @preproc "^#!/")) + (#lua-match? @preproc "^#!/")) ; POD should be handled specially with its own embedded subtype but for now ; we'll just have to do this. |
