[gtksourceview] Add 'with' keyword to python.lang



commit c31144a67d78eecea94fcbba02d9ef0121f0989f
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Aug 19 10:20:29 2009 +0200

    Add 'with' keyword to python.lang

 gtksourceview/language-specs/python.lang |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/language-specs/python.lang b/gtksourceview/language-specs/python.lang
index c4a0899..435186a 100644
--- a/gtksourceview/language-specs/python.lang
+++ b/gtksourceview/language-specs/python.lang
@@ -248,6 +248,7 @@
           <keyword>return</keyword>
           <keyword>try</keyword>
           <keyword>while</keyword>
+          <keyword>with</keyword>
           <keyword>yield</keyword>
         </context>
 



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