mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
.
|
||||
(comment) @keyword.directive)
|
||||
(comment) @keyword.directive @nospell)
|
||||
(#lua-match? @keyword.directive "^#!/"))
|
||||
|
|
|
|||
|
|
@ -172,5 +172,5 @@
|
|||
|
||||
((program
|
||||
.
|
||||
(comment) @keyword.directive)
|
||||
(comment) @keyword.directive @nospell)
|
||||
(#lua-match? @keyword.directive "^#!/"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue