Changes in / [371ef1d:4c42a5f]
- File:
-
- 1 edited
-
tools/cfa.nanorc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/cfa.nanorc
r371ef1d r4c42a5f 2 2 ## WIP 3 3 4 syntax "cfa" "\. (c|h)fa"4 syntax "cfa" "\.cfa" 5 5 6 6 # Macros … … 9 9 # Types 10 10 color green "\<(forall|trait|(o|d|f|t)type|mutex|_Bool|volatile|virtual)\>" 11 color green "\<(float|double|bool|char|int|short|long| enum|void|auto)\>"12 color green "\<(static|const| extern|(un)?signed|inline)\>" "\<(sizeof)\>"11 color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|auto)\>" 12 color green "\<(static|const|struct|union|typedef|extern|(un)?signed|inline)\>" 13 13 color green "\<((s?size)|one|zero|((u_?)?int(8|16|32|64|ptr)))_t\>" 14 14 … … 19 19 # Control Flow Structures 20 20 color brightyellow "\<(if|else|while|do|for|switch|choose|case|default)\>" 21 color brightyellow "\<(disable|enable|waitfor|when|timeout)\>"22 21 color brightyellow "\<(try|catch(Resume)?|finally)\>" 23 22 24 23 # Control Flow Statements 25 24 color magenta "\<(goto|return|break|continue|fallthr(u|ough)|throw(Resume)?)\>" 26 27 # Escaped Keywords, now Identifiers.28 color white "`\w+`"29 25 30 26 # Operator Names
Note:
See TracChangeset
for help on using the changeset viewer.