gtksourceview r1938 - in trunk: . gtksourceview/language-specs



Author: pborelli
Date: Sat Apr  5 11:36:06 2008
New Revision: 1938
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=1938&view=rev

Log:
2008-04-05  Paolo Borelli  <pborelli katamail com>

	* gtksourceview/language-specs/python.lang: fix line-continue
	in double quoted strings. Bug #525751.



Modified:
   trunk/ChangeLog
   trunk/gtksourceview/language-specs/python.lang

Modified: trunk/gtksourceview/language-specs/python.lang
==============================================================================
--- trunk/gtksourceview/language-specs/python.lang	(original)
+++ trunk/gtksourceview/language-specs/python.lang	Sat Apr  5 11:36:06 2008
@@ -74,7 +74,7 @@
         u[0-9A-Fa-f]{4}   | # xxxx - character with 16-bit hex value xxxx
         U[0-9A-Fa-f]{8}   | # xxxxxxxx - character with 32-bit hex value xxxxxxxx
         x[0-9A-Fa-f]{1,2} | # \xhh - character with hex value hh
-        [0-7]{1,3}        | # \ooo - character with octal value ooo
+        [0-7]{1,3}          # \ooo - character with octal value ooo
         )
       </match>
     </context>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]