mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
feat(bash,fish): deactivate spelling in shebangs
This commit is contained in:
parent
c371992bcd
commit
46cac01880
2 changed files with 2 additions and 2 deletions
|
|
@ -228,5 +228,5 @@
|
||||||
|
|
||||||
((program
|
((program
|
||||||
.
|
.
|
||||||
(comment) @keyword.directive)
|
(comment) @keyword.directive @nospell)
|
||||||
(#lua-match? @keyword.directive "^#!/"))
|
(#lua-match? @keyword.directive "^#!/"))
|
||||||
|
|
|
||||||
|
|
@ -172,5 +172,5 @@
|
||||||
|
|
||||||
((program
|
((program
|
||||||
.
|
.
|
||||||
(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