[gtksourceview] ref string contexts to def and removed respective styles
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] ref string contexts to def and removed respective styles
- Date: Thu, 26 May 2011 14:22:59 +0000 (UTC)
commit dd49266dc151f0866caaadcad8047cd32eac3ec3
Author: Carnë Draug <carandraug+dev gmail com>
Date: Wed May 25 13:17:04 2011 +0100
ref string contexts to def and removed respective styles
data/language-specs/javascript.lang | 21 +++------------------
1 files changed, 3 insertions(+), 18 deletions(-)
---
diff --git a/data/language-specs/javascript.lang b/data/language-specs/javascript.lang
index e6f5010..9918090 100644
--- a/data/language-specs/javascript.lang
+++ b/data/language-specs/javascript.lang
@@ -34,7 +34,6 @@
</metadata>
<styles>
- <style id="string" _name="String" map-to="def:string"/>
<style id="null-value" _name="Null Value" map-to="def:special-constant"/>
<style id="undefined-value" _name="Undefined Value" map-to="def:special-constant"/>
<style id="boolean" _name="Boolean value" map-to="def:boolean"/>
@@ -48,6 +47,7 @@
</styles>
<definitions>
+
<context id="js" class="no-spell-check">
<include>
<!-- Comments -->
@@ -56,23 +56,8 @@
<context ref="def:c-like-close-comment-outside-comment"/>
<!-- Strings -->
- <context id="string-double" end-at-line-end="true" style-ref="string" class="string" class-disabled="no-spell-check">
- <start>"</start>
- <end>"</end>
- <include>
- <context ref="def:line-continue"/>
- <context ref="def:escape"/>
- </include>
- </context>
-
- <context id="string-single" end-at-line-end="true" style-ref="string" class="string" class-disabled="no-spell-check">
- <start>'</start>
- <end>'</end>
- <include>
- <context ref="def:line-continue"/>
- <context ref="def:escape"/>
- </include>
- </context>
+ <context ref="def:string"/>
+ <context ref="def:single-quoted-string"/>
<!-- Numbers -->
<context ref="def:float"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]