summaryrefslogtreecommitdiff
path: root/queries/css
AgeCommit message (Collapse)Author
2022-09-26feat(spell): support more languagesLewis Russell
2022-09-10highlights(css): fix property highlightingStephan Seitz
Apply fix as suggested by https://github.com/binhtran432k Fixes #3395 Co-authored-by: Trần Đức Bình <binhtran432k@users.noreply.github.com>
2022-03-19Added fix for incorrect CSS indent after closing bracketDaniel Woznicki
Added a failing test for possible broken CSS syntax tree
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-16Fix invalid node type in CSS queriesStephan Seitz
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-03-01feat: use @ignore for comments and multiline stringselianiva
2021-01-04feat: added more fold querieselianiva
2020-12-03css: add indent supportThanabodee Charoenpiriyakij
2020-08-16fix(queries): use vim-match for non lua regexesSteven Sojka
2020-06-20refactor: use newly introduced consolidated syntaxTravonteD
2020-06-11- #76 update the predicate syntax for ruby and cssTravonteD
2020-06-02Add css highlight queriesTravonteD