feat(bash,fish): deactivate spelling in shebangs

This commit is contained in:
Kai Moschcau 2024-04-29 14:48:27 +02:00 committed by Christian Clason
parent c371992bcd
commit 46cac01880
2 changed files with 2 additions and 2 deletions

View file

@ -228,5 +228,5 @@
((program
.
(comment) @keyword.directive)
(comment) @keyword.directive @nospell)
(#lua-match? @keyword.directive "^#!/"))

View file

@ -172,5 +172,5 @@
((program
.
(comment) @keyword.directive)
(comment) @keyword.directive @nospell)
(#lua-match? @keyword.directive "^#!/"))