tree-sitter-css/corpus/declarations.txt

22 lines
372 B
Plaintext
Raw Normal View History

2018-09-30 22:59:56 +00:00
==========================
Functions
==========================
a {
color: rgba(0, 255, 0, 0.5);
}
2018-10-18 06:14:21 +00:00
---
(stylesheet
(rule_set
(selectors (tag_name))
(block
(declaration
(property_name)
(function_value (function_name) (arguments
(integer_value)
(integer_value)
(integer_value)
(float_value)))))))