[gtksourceview] Command Substitution Highlight
- From: Paolo Borelli <pborelli src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtksourceview] Command Substitution Highlight
- Date: Sat, 27 Jun 2009 16:04:59 +0000 (UTC)
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>(?<![^\s;\(\)])</prefix>
- <suffix>(?![^\s;\(\)])</suffix>
+ <prefix>(?<![^\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]