remove back references from sample Python regex

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3393 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-04-19 20:56:31 +00:00
parent efb4b0a96c
commit 9461dbd72d
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@
# syntax "python" "\.py$"
# icolor brightblue "def [A-Z_0-9]+"
# 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 "(["']).*[^\\]\1" "(["']){3}.*[^\\]\1"
# color brightgreen "["'].*[^\\]["']" "["']{3}.*[^\\]["']{3}"
# color brightgreen start=""""[^"]" end=""""" start="'''[^']" end="'''"
# color brightred "#.*$"