csskit_proc_macro 0.0.15

Procedural macros for generating CSS parsers from grammar specifications.
Documentation
1
2
3
4
5
6
# 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"