feat(nix): highlight hpath_expressions as @string.special

This commit is contained in:
Stephen Huan 2023-07-06 00:07:07 -07:00 committed by GitHub
parent be47e13a24
commit e1ab5391e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
(#set! "priority" 99)) @string
; paths and URLs
[ (path_expression) (spath_expression) (uri_expression) ] @string.special
[ (path_expression) (hpath_expression) (spath_expression) (uri_expression) ] @string.special
; escape sequences
(escape_sequence) @string.escape