summaryrefslogtreecommitdiff
path: root/queries/nix
AgeCommit message (Collapse)Author
2022-05-24fix(nix): update parser and queriesMinijackson
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
* 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
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-02-12highlights(nix): fix for alias name of identifier in attrpathStephan Seitz
2020-11-22Nix escape sequencesleo60228
2020-11-22nullleo60228
2020-11-22Fix unary - precedenceleo60228
2020-11-22Correct `or` commentleo60228
2020-11-22indented_str -> indented_stringleo60228
2020-11-22Add fields to Nix highlightingleo60228
2020-11-22Initial Nix queriesleo60228