aboutsummaryrefslogtreecommitdiffstats
path: root/queries/query
Commit message (Collapse)AuthorAgeFilesLines
* Query: update locals (#1692)Santos Gallegos2021-09-171-0/+1
|
* Query: highlight numbersSantos Gallegos2021-09-171-0/+3
|
* Query: update highlight queries (#1553)Santos Gallegos2021-07-131-6/+6
| | | This is to match https://github.com/nvim-treesitter/tree-sitter-query/pull/15
* query: Only highlight predicate name (#1461)Gregory Anders2021-07-011-1/+1
| | | | Only highlight the name of the predicate using TSFunction rather than the entire predicate block.
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
| | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-1/+1
| | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc
* Query: update highlights (#1175)Santos Gallegos2021-04-101-0/+4
|
* highlights(query): Add modeline query after bugfixStephan Seitz2021-03-161-3/+2
|
* Remove some broken queriesStephan Seitz2021-03-161-2/+3
|
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+2
| | | Closes #236
* removed duplicateBrian Shu2021-03-011-4/+0
|
* changed toml and queryBrian Shu2021-03-011-0/+12
|
* Query: highlight modelineSantos Gallegos2021-02-121-0/+3
| | | | | Matches the first comment and the beginning from the pattern https://github.com/neovim/neovim/blob/52397aaa0d1e2d4ce1320c73761cf316fc608ffb/runtime/lua/vim/treesitter/query.lua#L25
* Query: add foldsSantos Gallegos2021-02-111-0/+6
|
* Query: add regex injectionsSantos Gallegos2021-02-071-0/+4
|
* Query: add string.escapeSantos Gallegos2021-01-041-0/+1
| | | | Needs https://github.com/nvim-treesitter/tree-sitter-query/pull/5
* Query: update highlightsSantos Gallegos2020-09-041-0/+11
| | | | More color!
* Query: add program as scopeSantos Gallegos2020-09-041-2/+3
|
* rename query parser to query from schemeSteven Sojka2020-07-282-0/+21