Commit fc77fde4 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

per Mike Frysinger's patch, in doc/syntax/python.nanorc, improve string

highlighting regexes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4008 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e9252c55
Showing with 4 additions and 1 deletion
+4 -1
CVS code -
- doc/syntax/python.nanorc:
- Improve string highlighting regexes. (Mike Frysinger)
GNU nano 2.0.2 - 2006.12.20
- General:
......
......@@ -3,6 +3,7 @@
syntax "python" "\.py$"
icolor brightblue "def [0-9A-Z_]+"
color brightcyan "\<(and|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|print|raise|return|try|while)\>"
color brightgreen "["'].*[^\\]["']" "["']{3}.*[^\\]["']{3}"
color brightgreen "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
color brightgreen "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
color brightgreen start=""""[^"]" end=""""" start="'''[^']" end="'''"
color brightred "#.*$"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment