csskit_proc_macro 0.0.21

Procedural macros for generating CSS parsers from grammar specifications.
Documentation
1
2
3
4
5
6
7
8
# Some auto-generated type names (especially for combinators) can be overly verbose
# or awkward. This file allows you to specify custom names for these types.
#
# Format: "AutoGeneratedTypeName" = "BetterTypeName"

"DisplayOutsideDisplayInside" = "DisplayOutsideInside"
"SpellOutDigitsLiteralPunctuationNoPunctuation" = "SpellOutOrDigits"
"FilledOpenDotCircleDoubleCircleTriangleSesame" = "FillShape"