mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
Add PHP, TOML, and update HTML, javascript queries
- PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes
This commit is contained in:
parent
a0abaf936c
commit
f372e2ab87
7 changed files with 233 additions and 2 deletions
|
|
@ -263,7 +263,7 @@ List of currently supported languages:
|
|||
- [ ] markdown
|
||||
- [ ] nix
|
||||
- [ ] ocaml
|
||||
- [ ] php
|
||||
- [x] php (maintained by @tk-shirasaka)
|
||||
- [x] python (maintained by @theHamsta)
|
||||
- [x] regex (maintained by @theHamsta)
|
||||
- [x] rst (maintained by @stsewd)
|
||||
|
|
@ -271,7 +271,7 @@ List of currently supported languages:
|
|||
- [x] rust (partial support, maintained by @vigoux)
|
||||
- [ ] scala
|
||||
- [ ] swift
|
||||
- [ ] toml
|
||||
- [x] toml (maintained by @tk-shirasaka)
|
||||
- [x] tree-sitter query language (maintained by @steelsojka)
|
||||
- [ ] tsx
|
||||
- [x] typescript (maintained by @steelsojka)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue