highlights(php): add instanceof as @keyword (#1728)

This commit is contained in:
Wilman Barrios 2021-08-21 01:05:01 -04:00 committed by Stephan Seitz
parent cdcce1b1a7
commit ec17095e22
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -100,6 +100,7 @@
"global"
"implements"
"insteadof"
"instanceof"
"interface"
"namespace"
"new"