- Timestamp:
- Jun 29, 2017, 4:45:27 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 949934e
- Parents:
- a49a11b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/cfa.nanorc
ra49a11b rfe5c01d 2 2 ## WIP 3 3 4 syntax "cfa" "\.cfa$" 5 ## No magic 4 syntax "cfa" "\.cfa" 6 5 7 6 # Macros … … 19 18 # Control Flow Structures 20 19 color brightyellow "\<(if|else|while|do|for|switch|choose|case|default)\>" 21 ##color brightyellow "\<(try|catch|catchResume|finally)\>"20 color brightyellow "\<(try|catch|catchResume|finally)\>" 22 21 23 22 # Control Flow Statements 24 color magenta "\<(return|break|continue|fallthru|throw )\>"23 color magenta "\<(return|break|continue|fallthru|throw|throwResume)\>" 25 24 26 25 # Operator Names … … 46 45 color brightmagenta "'\\(([0-3]?[0-7]{1,2}))'" "'\\x[0-9A-Fa-f]{1,2}'" 47 46 # Strings and Angle Strings 48 color brightyellow ""([^"]|\\")*"" "<[^[:blank:]=]*>"47 color yellow ""([^"]|\\")*"" "<[^[:blank:]=]*>" 49 48 # Multiline Strings: This regex is VERY expencive and often too strong. 50 49 ###color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
Note: See TracChangeset
for help on using the changeset viewer.