Commit graph

5 commits

Author SHA1 Message Date
Omer Tuchfeld
2472e47e15 Add highlighting query for Scss @for loops
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`
2022-04-03 15:29:13 +02:00
Farbod Salamat-Zadeh
5c30f2af04 highlight: add SCSS single_line_comment 2021-06-15 19:59:45 +02:00
Santos Gallegos
67f0857015 Revert "Comment: use @combined to create just one tree per buffer (#1252)"
This reverts commit 4a7a713c52.
2021-05-07 16:51:57 +02:00
Santos Gallegos
4a7a713c52
Comment: use @combined to create just one tree per buffer (#1252)
* 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-28 07:19:07 -05:00
elianiva
8ac8f2c39b feat: add scss parser 2021-04-08 22:50:41 +02:00