mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat(powershell): highlight shebang
This commit is contained in:
parent
2d5133f674
commit
8dbab59773
1 changed files with 5 additions and 0 deletions
|
|
@ -145,6 +145,11 @@
|
||||||
|
|
||||||
(comment) @comment @spell
|
(comment) @comment @spell
|
||||||
|
|
||||||
|
((program
|
||||||
|
.
|
||||||
|
(comment) @keyword.directive)
|
||||||
|
(#lua-match? @keyword.directive "^#!/"))
|
||||||
|
|
||||||
; Booleans
|
; Booleans
|
||||||
;---------
|
;---------
|
||||||
([
|
([
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue