From af96150a2d34a05b7265ee3c42425315bcd62e39 Mon Sep 17 00:00:00 2001 From: Wilman Barrios Date: Sat, 21 Aug 2021 01:05:01 -0400 Subject: highlights(php): add `instanceof` as `@keyword` (#1728) --- README.md | 2 +- queries/php/highlights.scm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3adc18b5..685e046a 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [svelte](https://github.com/Himujjal/tree-sitter-svelte) (maintained by @elianiva) - [ ] [swift](https://github.com/tree-sitter/tree-sitter-swift) - [x] [teal](https://github.com/euclidianAce/tree-sitter-teal) (maintained by @euclidianAce) -- [x] [tlaplus](https://github.com/tlaplus-community/tree-sitter-tlaplus/) (maintained by @ahelwer) +- [x] [tlaplus](https://github.com/tlaplus-community/tree-sitter-tlaplus) (maintained by @ahelwer) - [x] [toml](https://github.com/ikatyang/tree-sitter-toml) (maintained by @tk-shirasaka) - [x] [tsx](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka) - [x] [turtle](https://github.com/BonaBeavis/tree-sitter-turtle) (maintained by @bonabeavis) diff --git a/queries/php/highlights.scm b/queries/php/highlights.scm index d3dfff0b..00a33ab4 100644 --- a/queries/php/highlights.scm +++ b/queries/php/highlights.scm @@ -100,6 +100,7 @@ "global" "implements" "insteadof" + "instanceof" "interface" "namespace" "new" -- cgit v1.2.3