Sha256: 215f655af6c493e506d6bca2a4bbe56fe44610e47cfc5bf2f7cb3035b1290223
Contents?: true
Size: 890 Bytes
Versions: 14
Compression:
Stored size: 890 Bytes
Contents
state preproc delim '^%\{' '^%\}' multiline begin include "cpp.lang" end state preproc start '^%[sx]' begin function = '[[:alpha:]_][[:alnum:]_-]*' end state preproc start '^%option' begin keyword = '[[:alpha:]_][[:alnum:]_-]*' string delim "\"" "\"" symbol = "=" end preproc = '^%(array|pointer|[aceknopr])' state preproc start '[[:alpha:]_][[:alnum:]_-]*' begin type = '\{[[:alpha:]_][[:alnum:]_-]*\}' string delim "\"" "\"" escape "\\" include "symbols.lang" end state preproc = '^%%' begin state preproc = '^%%' begin include "cpp.lang" end function = '<[[:alpha:]_][[:alnum:]_-]*>' string delim "\"" "\"" escape "\\" preproc = '\\.' type = '\{[[:alpha:]_][[:alnum:]_-]*\}' comment delim "/*" "*/" multiline nested state cbracket delim "{" "}" multiline nested begin variable = '\$.' include "cpp.lang" end include "symbols.lang" end
Version data entries
14 entries across 14 versions & 2 rubygems