| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: more `@string.regex` highlights | Riley Bruins | 2023-12-23 | 1 | -0/+16 |
| | | |||||
| * | fix(query): stricter match for `extends` directive (#5604) | Azad | 2023-11-02 | 1 | -1/+1 |
| | | |||||
| * | feat(query): use @function.call for predicate | Jaehwang Jung | 2023-10-03 | 1 | -1/+1 |
| | | |||||
| * | refactor: replace some match & vim-match usages | ObserverOfTime | 2023-08-23 | 1 | -2/+2 |
| | | |||||
| * | injections(query): add gsub pattern (#4897) | Pham Huy Hoang | 2023-08-12 | 1 | -0/+7 |
| | | |||||
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 1 | -5/+8 |
| | | | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc | ||||
| * | highlights(query): prefer lua-match | Christian Clason | 2023-05-21 | 1 | -2/+2 |
| | | |||||
| * | allow no spaces for extend/inherit comments | Emilia Simmons | 2023-05-18 | 1 | -2/+2 |
| | | |||||
| * | add multiple ; for highlighting | Emilia Simmons | 2023-05-18 | 1 | -2/+2 |
| | | |||||
| * | fix(query): allow multiline modeline (inherits/extends) | Emilia Simmons | 2023-05-18 | 1 | -2/+2 |
| | | |||||
| * | fix(query): add missing dedent for "]" (#4739) | Pham Huy Hoang | 2023-05-01 | 1 | -0/+4 |
| | | |||||
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 1 | -2/+2 |
| | | | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment | ||||
| * | feat(query): differentiate lua-match strings by using luap injections and ↵ | Amaan Qureshi | 2023-03-04 | 1 | -1/+8 |
| | | | | | fix offset matches | ||||
| * | highlights: use @preproc where appropriate | ObserverOfTime | 2022-10-15 | 1 | -0/+3 |
| | | |||||
| * | feat(spell): support more languages | Lewis Russell | 2022-09-26 | 1 | -1/+1 |
| | | |||||
| * | Query: update highlights | Santos Gallegos | 2021-12-24 | 1 | -1/+2 |
| | | | | | ref https://github.com/nvim-treesitter/tree-sitter-query/pull/17 | ||||
| * | Query: update locals (#1692) | Santos Gallegos | 2021-08-14 | 1 | -0/+1 |
| | | |||||
| * | Query: highlight numbers | Santos Gallegos | 2021-08-14 | 1 | -0/+3 |
| | | |||||
| * | Query: update highlight queries (#1553) | Santos Gallegos | 2021-07-13 | 1 | -6/+6 |
| | | | | This is to match https://github.com/nvim-treesitter/tree-sitter-query/pull/15 | ||||
| * | query: Only highlight predicate name (#1461) | Gregory Anders | 2021-07-01 | 1 | -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 Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -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 Gallegos | 2021-04-10 | 1 | -0/+4 |
| | | |||||
| * | highlights(query): Add modeline query after bugfix | Stephan Seitz | 2021-03-16 | 1 | -3/+2 |
| | | |||||
| * | Remove some broken queries | Stephan Seitz | 2021-03-16 | 1 | -2/+3 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+2 |
| | | | | Closes #236 | ||||
| * | removed duplicate | Brian Shu | 2021-03-01 | 1 | -4/+0 |
| | | |||||
| * | changed toml and query | Brian Shu | 2021-03-01 | 1 | -0/+12 |
| | | |||||
| * | Query: highlight modeline | Santos Gallegos | 2021-02-12 | 1 | -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 folds | Santos Gallegos | 2021-02-11 | 1 | -0/+6 |
| | | |||||
| * | Query: add regex injections | Santos Gallegos | 2021-02-07 | 1 | -0/+4 |
| | | |||||
| * | Query: add string.escape | Santos Gallegos | 2021-01-04 | 1 | -0/+1 |
| | | | | | Needs https://github.com/nvim-treesitter/tree-sitter-query/pull/5 | ||||
| * | Query: update highlights | Santos Gallegos | 2020-09-04 | 1 | -0/+11 |
| | | | | | More color! | ||||
| * | Query: add program as scope | Santos Gallegos | 2020-09-04 | 1 | -2/+3 |
| | | |||||
| * | rename query parser to query from scheme | Steven Sojka | 2020-07-28 | 2 | -0/+21 |
