mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
feat(perl): deactivate spelling in shebangs
This commit is contained in:
parent
e99b79c9c1
commit
57476501e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
((source_file
|
((source_file
|
||||||
.
|
.
|
||||||
(comment) @keyword.directive)
|
(comment) @keyword.directive @nospell)
|
||||||
(#lua-match? @keyword.directive "^#!/"))
|
(#lua-match? @keyword.directive "^#!/"))
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue