Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion queries/elixir/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
(#match? @__name__ "^[rR]$")) @string.regex

(sigil
(sigil_name) @__name__
(sigil_name)
quoted_start: _ @string.special
quoted_end: _ @string.special) @string.special

Expand Down
1 change: 0 additions & 1 deletion queries/gdscript/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"/"
"%"
"+"
"-"
"<<"
">>"
"&"
Expand Down
1 change: 0 additions & 1 deletion queries/go/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"!="
"..."
"*"
"*"
"*="
"/"
"/="
Expand Down
1 change: 0 additions & 1 deletion queries/matlab/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"-"
".*"
"*"
".*"
"/"
"./"
"\\"
Expand Down
1 change: 0 additions & 1 deletion queries/mermaid/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"includes"
"excludes"
"todaymarker"
"title"
"section"

"direction"
Expand Down
1 change: 0 additions & 1 deletion queries/pascal/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
(kOperator)
(kReference)

(kInterface)
(kImplementation)
(kInitialization)
(kFinalization)
Expand Down
2 changes: 1 addition & 1 deletion queries/php/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
(relative_scope) @variable.builtin

((name) @constant
(.match? @constant "^_?[A-Z][A-Z\d_]+$"))
(.match? @constant "^_?[A-Z][A-Z\\d_]+$"))

((name) @constructor
(.match? @constructor "^[A-Z]"))
Expand Down
1 change: 0 additions & 1 deletion queries/ruby/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"case"
"else"
"elsif"
"if"
"unless"
"when"

Expand Down
2 changes: 0 additions & 2 deletions queries/solidity/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@
">"
"!"
"~"
"-"
"+"
"++"
"--"
] @operator
Expand Down
2 changes: 1 addition & 1 deletion queries/sql/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
(#lua-match? @number "^%d+$"))

((literal) @number.float
(#lua-match? @number.float "^[-]?%d*\.%d*$"))
(#lua-match? @number.float "^[-]?%d*%.%d*$"))

(parameter) @variable.parameter

Expand Down
1 change: 0 additions & 1 deletion queries/tablegen/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"defvar"
"def"
"defset"
"defvar"
"assert"
] @keyword

Expand Down
2 changes: 0 additions & 2 deletions queries/zig/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
">="
"<="
"<"
"&"
"^"
"|"
"<<"
Expand All @@ -221,7 +220,6 @@
"+"
"++"
"+%"
"-%"
"+|"
"-|"
"*"
Expand Down
Loading