mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
11 lines
328 B
Scheme
11 lines
328 B
Scheme
[
|
|
; top-level block statements from https://github.com/tree-sitter/tree-sitter-css/blob/master/grammar.js
|
|
; note: (block) is not used due to unideal behavior when node before block node spans multiple lines
|
|
(rule_set)
|
|
(at_rule)
|
|
(supports_statement)
|
|
(media_statement)
|
|
(keyframe_block)
|
|
(import_statement)+
|
|
] @fold
|