mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat(nix): highlight hpath_expressions as @string.special
This commit is contained in:
parent
be47e13a24
commit
e1ab5391e5
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
(#set! "priority" 99)) @string
|
(#set! "priority" 99)) @string
|
||||||
|
|
||||||
; paths and URLs
|
; paths and URLs
|
||||||
[ (path_expression) (spath_expression) (uri_expression) ] @string.special
|
[ (path_expression) (hpath_expression) (spath_expression) (uri_expression) ] @string.special
|
||||||
|
|
||||||
; escape sequences
|
; escape sequences
|
||||||
(escape_sequence) @string.escape
|
(escape_sequence) @string.escape
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue