summaryrefslogtreecommitdiffstats
path: root/queries/gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* feat(gitattributes): add locals queriesObserverOfTime2023-11-181-0/+4
|
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-2/+0
| | | | | | | | | | | | As discussed in PR#5421, capturing `@error` is inconsistent, requiring deep nesting (or priority) in order to correctly have red backgrounds to it. Some queries has this capture, some don't. For consistency purposes, removing all of them is more preferable. For re-enabling error, either add `(ERROR) @error` or `(ERROR _ @error)` to your custom queries.
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-1/+2
| | | | | | | | | 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(gitattributes): fix capturesObserverOfTime2022-11-261-3/+3
|
* test(gitattributes): add tests for highlightsObserverOfTime2022-10-151-2/+1
|
* feat: add tree-sitter-gitattributesObserverOfTime2022-09-092-0/+55