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