Changes in tools/cfa.nanorc [fe5c01d:307a732]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/cfa.nanorc
rfe5c01d r307a732 18 18 # Control Flow Structures 19 19 color brightyellow "\<(if|else|while|do|for|switch|choose|case|default)\>" 20 color brightyellow "\<(try|catch |catchResume|finally)\>"20 color brightyellow "\<(try|catch(Resume)?|finally)\>" 21 21 22 22 # Control Flow Statements 23 color magenta "\<( return|break|continue|fallthru|throw|throwResume)\>"23 color magenta "\<(goto|return|break|continue|fallthr(u|ough)|throw(Resume)?)\>" 24 24 25 25 # Operator Names
Note: See TracChangeset
for help on using the changeset viewer.