feat(awk,cmake,python,r,starlark): deactivate spelling in shebangs

This commit is contained in:
Kai Moschcau 2024-04-29 14:56:57 +02:00 committed by Christian Clason
parent 46cac01880
commit 60c2b084c2
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -219,5 +219,5 @@
((source_file
.
(line_comment) @keyword.directive)
(line_comment) @keyword.directive @nospell)
(#lua-match? @keyword.directive "^#!/"))

View file

@ -188,7 +188,7 @@
((module
.
(comment) @keyword.directive)
(comment) @keyword.directive @nospell)
(#lua-match? @keyword.directive "^#!/"))
(string) @string

View file

@ -15,7 +15,7 @@
((program
.
(comment) @keyword.directive)
(comment) @keyword.directive @nospell)
(#lua-match? @keyword.directive "^#!/"))
(identifier) @variable

View file

@ -171,7 +171,7 @@
((module
.
(comment) @keyword.directive)
(comment) @keyword.directive @nospell)
(#lua-match? @keyword.directive "^#!/"))
(string) @string