Skip to content

Commit

Permalink
PHP feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jan 13, 2024
1 parent 6ebdfa0 commit 0111e13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/language-php/grammars/tree-sitter/queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,18 @@
"*"
"/"
"**"
"%"
] @keyword.operator.arithmetic.php

[
"&"
"|"
"^"
"~"
"<<"
">>"
] @keyword.operator.bitwise.php

[
"+="
"-="
Expand Down
2 changes: 2 additions & 0 deletions packages/language-php/grammars/tree-sitter/queries/tags.scm
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@

(member_call_expression
name: (name) @name) @reference.call

(enum_declaration (name) @name) @definition.enum

0 comments on commit 0111e13

Please sign in to comment.