summaryrefslogtreecommitdiff
path: root/queries/scss/highlights.scm
AgeCommit message (Collapse)Author
2022-10-15highlights(scss): add function statementObserverOfTime
2022-04-03Add highlighting query for Scss `@for` loopsOmer Tuchfeld
The Scss language only had highlighting queries for `@each` loops, this commit adds support for `@for` loops as well. Also moved all loop-related keywords (including newly added ones) to `@repeat` rather than `@keyword`
2021-06-15highlight: add SCSS single_line_commentFarbod Salamat-Zadeh
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-04-08feat: add scss parserelianiva