[gtksourceview] Add 'with' keyword to python.lang
- From: Paolo Borelli <pborelli src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtksourceview] Add 'with' keyword to python.lang
- Date: Wed, 19 Aug 2009 08:20:38 +0000 (UTC)
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]