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:
Shirasaka 2020-07-31 23:59:57 +09:00 committed by Thomas Vigouroux
parent a0abaf936c
commit f372e2ab87
7 changed files with 233 additions and 2 deletions

View file

@ -6,6 +6,9 @@
(arrow_function) @scope
(function_declaration) @scope
(method_definition) @scope
(for_statement) @scope
(for_in_statement) @scope
(catch_clause) @scope
; Definitions
;------------