aboutsummaryrefslogtreecommitdiffstats
path: root/queries/css/folds.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-10/+0
|
* fix(css): do not fold top-level blocks (#7562)Michael Parque2025-02-191-0/+6
| | | | | | Using (block) makes the fold behavior only work on the line that the block starts not the start line of the statement, which is unideal when the preceding statement spans multiple lines. instead, use all top-level statements explicitly from https://github.com/tree-sitter/tree-sitter-css/blob/master/grammar.js
* feat: import statement folds for common languagesRiley Bruins2024-05-011-1/+4
|
* chore: query formattingPham Huy Hoang2024-01-191-3/+1
|
* feat: added more fold querieselianiva2021-01-041-0/+3