diff options
| author | Shirasaka <tk.shirasaka@gmail.com> | 2020-07-31 23:59:57 +0900 |
|---|---|---|
| committer | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-08-04 08:05:51 +0200 |
| commit | f372e2ab87fc9c6d13cd16b69d7ef08479e7b963 (patch) | |
| tree | 0f356239a0e4d6a2b1b3dffd663b5ace269e96d1 /README.md | |
| parent | a0abaf936ce5ea4b3f87d4af3eb95ef9ae2a91d4 (diff) | |
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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 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) |
