nvim-treesitter/queries/css
Michael Parque c32b59a8fd
fix(css): do not fold top-level blocks (#7562)
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
2025-02-19 18:12:46 +01:00
..
folds.scm fix(css): do not fold top-level blocks (#7562) 2025-02-19 18:12:46 +01:00
highlights.scm feat(css): highlight @keyframes name (#7569) 2025-01-19 19:29:24 -08:00
indents.scm chore: format queries 2024-01-21 23:55:02 +09:00
injections.scm chore: query formatting 2024-01-19 16:58:37 +01:00