Skip to content

Styler File

Kyle Brown edited this page Apr 20, 2020 · 1 revision
styles: identifier, keyword

pattern CLASS_DEF { KCLASS: @keyword, IDENT: @identifier, LBRACKET, BODY, RBRACKET }
// Potential shorthand
// pattern CLASS_DEF { KCLASS: @keyword, IDENT: @identifier, _* }
pattern STRUCT_DEF { KSTRUCT: @keyword, IDENT: @identifier, LBRACKET, BODY, RBRACKET }
pattern FUNC_DEF { TYPE, IDENT: @identifier, LPAREN, ARGS, RPAREN }

Home

File Formats

Model

Research

Clone this wiki locally