feat(perl): deactivate spelling in shebangs

This commit is contained in:
Kai Moschcau 2024-04-29 14:58:23 +02:00 committed by Christian Clason
parent e99b79c9c1
commit 57476501e2

View file

@ -1,6 +1,6 @@
((source_file
.
(comment) @keyword.directive)
(comment) @keyword.directive @nospell)
(#lua-match? @keyword.directive "^#!/"))
[