1--fields=+{inherits} 2--sort=no 3--fields=+{extras} 4 5--langdef=X 6--map-X=.unknown 7 8--kinddef-X=c,class,classes 9 10--regex-X=/^class[ \t]+([A-Z]+)(<([A-Z]+))?/\1/c/{scope=push}{{ 11 \3 _isstring { 12 . \3 inherits: 13 } if 14}} 15 16--regex-X=/[ \t]*set_paring[ \t]+([A-Z]+)//{{ 17 _scopetop { 18 \1 inherits: 19 } if 20}} 21 22--regex-X=/[ \t]*clear_paring//{{ 23 _scopetop { 24 false inherits: 25 } if 26}} 27 28--regex-X=/^end//{scope=pop}{placeholder} 29