[gtksourceview] no spell check on macro argument names
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] no spell check on macro argument names
- Date: Thu, 28 Apr 2011 18:19:09 +0000 (UTC)
commit bc5135caca489a1e9e8bf7ff22bb9e3d45ef25e0
Author: Carnë Draug <carandraug ml gmail com>
Date: Thu Apr 28 20:19:30 2011 +0200
no spell check on macro argument names
data/language-specs/texinfo.lang | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/language-specs/texinfo.lang b/data/language-specs/texinfo.lang
index 65df286..028aff2 100644
--- a/data/language-specs/texinfo.lang
+++ b/data/language-specs/texinfo.lang
@@ -30,15 +30,15 @@
</metadata>
<styles>
- <style id="comment" _name="Comment" map-to="def:comment"/>
+ <style id="comment" _name="Comment" map-to="def:comment"/>
<style id="escaped-character" _name="Escaped Character" map-to="def:special-char"/>
- <style id="others" _name="Others"/>
- <style id="string" _name="String" map-to="def:string"/>
- <style id="keyword" _name="Keyword" map-to="def:keyword"/>
- <style id="macros" _name="Macros" map-to="def:keyword"/>
- <style id="file-attributes" _name="File Attributes" map-to="def:keyword"/>
+ <style id="others" _name="Others"/>
+ <style id="string" _name="String" map-to="def:string"/>
+ <style id="keyword" _name="Keyword" map-to="def:keyword"/>
+ <style id="macros" _name="Macros" map-to="def:keyword"/>
+ <style id="file-attributes" _name="File Attributes" map-to="def:keyword"/>
<style id="generated-content" _name="Generated Content" map-to="def:keyword"/>
- <style id="include" _name="Include" map-to="def:preprocessor"/>
+ <style id="include" _name="Include" map-to="def:preprocessor"/>
</styles>
<definitions>
@@ -65,7 +65,7 @@
<match>@(@|{|})</match>
</context>
- <context id="macro-parameters" style-ref="string">
+ <context id="macro-parameters" style-ref="string" class="no-spell-check">
<start>\{[^}]</start>
<end>\}</end>
</context>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]