summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShirasaka <tk.shirasaka@gmail.com>2020-07-31 23:59:57 +0900
committerThomas Vigouroux <39092278+vigoux@users.noreply.github.com>2020-08-04 08:05:51 +0200
commitf372e2ab87fc9c6d13cd16b69d7ef08479e7b963 (patch)
tree0f356239a0e4d6a2b1b3dffd663b5ace269e96d1 /README.md
parenta0abaf936ce5ea4b3f87d4af3eb95ef9ae2a91d4 (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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index efbd054b..32394dae 100644
--- a/README.md
+++ b/README.md
@@ -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)