[gtksourceview] Command Substitution Highlight



commit 0b573f19fa5363d264833b59a00e8eac5f85cd83
Author: Konstantin Lukaschenko <k lukaschenko gmail com>
Date:   Tue Jun 23 17:49:29 2009 +0200

    Command Substitution Highlight

 gtksourceview/language-specs/sh.lang |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/language-specs/sh.lang b/gtksourceview/language-specs/sh.lang
index e425fcc..3ac8422 100644
--- a/gtksourceview/language-specs/sh.lang
+++ b/gtksourceview/language-specs/sh.lang
@@ -214,8 +214,8 @@
     </context>
 
     <context id="built-in-command-2" style-ref="keyword">
-      <prefix>(?&lt;![^\s;\(\)])</prefix>
-      <suffix>(?![^\s;\(\)])</suffix>
+      <prefix>(?&lt;![^\s;\(\)\`])</prefix>
+      <suffix>(?![^\s;\(\)\`])</suffix>
       <keyword>do</keyword>
       <keyword>done</keyword>
       <keyword>elif</keyword>



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