| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Similar to https://github.com/tree-sitter/tree-sitter-php/blob/57f855461aeeca73bd4218754fb26b5ac143f98f/grammar.js#L130-L132
Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/2156
|
|
as string.find is much quicker than vim.regex:match*
|
|
|
|
This will:
- add nullsafe `?->` as `@operator`
- add separator for associative arrays `=>` as `@operator`
|
|
|
|
|
|
|
|
|
|
Co-authored-by: shirasaka <shirasaka@n-create.co.jp>
|
|
|
|
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- PHP : Add highlights and locals query
- TOML : Add highlights and locals query
- HTML : Add scope
- javascript : Add some scopes
|