highlights(r): highlight string_escape, change parameter priority and update pipe

This commit is contained in:
Pedro Castro 2022-01-27 12:06:51 -03:00 committed by Stephan Seitz
parent 02460d4230
commit 07770b2daa

View file

@ -11,10 +11,10 @@
(comment) @comment
(formal_parameters (identifier) @parameter)
(identifier) @variable
(formal_parameters (identifier) @parameter)
; Operators
[
"="
@ -48,10 +48,12 @@
"&"
":"
"~"
"|>"
] @operator)
(special) @operator
[
"|>"
(special)
] @operator
[
"("
@ -117,5 +119,7 @@
(namespace_get_internal namespace: (identifier) @namespace
":::" @operator)
(string (escape_sequence) @string.escape)
; Error
(ERROR) @error