[gtksourceview] Removed classes that had been commited by accident and do not actually exist.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Removed classes that had been commited by accident and do not actually exist.
- Date: Mon, 2 May 2011 14:04:01 +0000 (UTC)
commit 476c5329d07c86e8e8862af0c66c8dbef9aad059
Author: Carnë Draug <carandraug+dev gmail com>
Date: Sun May 1 22:04:00 2011 +0100
Removed classes that had been commited by accident and do not actually exist.
data/language-specs/c.lang | 14 +++++++-------
data/language-specs/octave.lang | 36 ++++++++++++++++++------------------
2 files changed, 25 insertions(+), 25 deletions(-)
---
diff --git a/data/language-specs/c.lang b/data/language-specs/c.lang
index 036a37c..823d3c4 100644
--- a/data/language-specs/c.lang
+++ b/data/language-specs/c.lang
@@ -199,7 +199,7 @@
</context>
<!-- Keywords -->
- <context id="keywords" style-ref="keyword" class="keyword">
+ <context id="keywords" style-ref="keyword">
<keyword>asm</keyword>
<keyword>break</keyword>
<keyword>case</keyword>
@@ -221,7 +221,7 @@
<keyword>while</keyword>
</context>
- <context id="types" style-ref="type" class="type">
+ <context id="types" style-ref="type">
<keyword>_Bool</keyword>
<keyword>_Complex</keyword>
<keyword>_Imaginary</keyword>
@@ -238,7 +238,7 @@
<keyword>void</keyword>
</context>
- <context id="storage-class" style-ref="storage-class" class="storage-class">
+ <context id="storage-class" style-ref="storage-class">
<keyword>auto</keyword>
<keyword>const</keyword>
<keyword>extern</keyword>
@@ -250,12 +250,12 @@
</context>
<!-- C99 booleans -->
- <context id="boolean" style-ref="boolean" class="boolean">
+ <context id="boolean" style-ref="boolean">
<keyword>true</keyword>
<keyword>false</keyword>
</context>
- <context id="common-defines" style-ref="common-defines" class="common-defines">
+ <context id="common-defines" style-ref="common-defines">
<keyword>NULL</keyword>
<keyword>MAX</keyword>
<keyword>MIN</keyword>
@@ -269,13 +269,13 @@
<keyword>__STDC__</keyword>
</context>
- <context id="standard-streams" style-ref="standard-stream" class="standard-streams">
+ <context id="standard-streams" style-ref="standard-stream">
<keyword>stdin</keyword>
<keyword>stdout</keyword>
<keyword>stderr</keyword>
</context>
- <context id="signals" style-ref="signal-name" class="signals">
+ <context id="signals" style-ref="signal-name">
<keyword>SIGABRT</keyword>
<keyword>SIGALRM</keyword>
<keyword>SIGCHLD</keyword>
diff --git a/data/language-specs/octave.lang b/data/language-specs/octave.lang
index f179574..608ccdf 100644
--- a/data/language-specs/octave.lang
+++ b/data/language-specs/octave.lang
@@ -40,20 +40,20 @@
-->
<styles>
- <style id="comment" _name="Comment" map-to="def:comment"/>
- <style id="string" _name="String" map-to="def:string"/>
- <style id="operator" _name="Operator" map-to="def:operator"/>
- <style id="data-type" _name="Data type" map-to="def:type"/>
- <style id="storage-type" _name="Storage Type" map-to="def:type"/>
- <style id="boolean" _name="Boolean" map-to="def:boolean"/>
- <style id="decimal" _name="Decimal" map-to="def:decimal"/>
- <style id="floating-point" _name="Floating Point" map-to="def:floating-point"/>
- <style id="base-n-integer" _name="Base-N Integer" map-to="def:base-n-integer"/>
- <style id="package-manager" _name="Package Manager" map-to="def:preprocessor"/>
- <style id="keyword" _name="Keyword" map-to="def:keyword"/>
- <style id="variable" _name="Variable" map-to="def:identifier"/>
+ <style id="comment" _name="Comment" map-to="def:comment"/>
+ <style id="string" _name="String" map-to="def:string"/>
+ <style id="operator" _name="Operator" map-to="def:operator"/>
+ <style id="data-type" _name="Data type" map-to="def:type"/>
+ <style id="storage-type" _name="Storage Type" map-to="def:type"/>
+ <style id="boolean" _name="Boolean" map-to="def:boolean"/>
+ <style id="decimal" _name="Decimal" map-to="def:decimal"/>
+ <style id="floating-point" _name="Floating Point" map-to="def:floating-point"/>
+ <style id="base-n-integer" _name="Base-N Integer" map-to="def:base-n-integer"/>
+ <style id="package-manager" _name="Package Manager" map-to="def:preprocessor"/>
+ <style id="keyword" _name="Keyword" map-to="def:keyword"/>
+ <style id="variable" _name="Variable" map-to="def:identifier"/>
<style id="reserved-constant" _name="Reserved Constant" map-to="def:special-constant"/>
- <style id="builtin" _name="Builtin" map-to="def:builtin"/>
+ <style id="builtin" _name="Builtin" map-to="def:builtin"/>
</styles>
<definitions>
@@ -130,7 +130,7 @@
</match>
</context>
- <context id="data-type" style-ref="data-type" class="type">
+ <context id="data-type" style-ref="data-type">
<keyword>cell(str)?</keyword>
<keyword>char</keyword>
<keyword>double</keyword>
@@ -140,17 +140,17 @@
<keyword>struct</keyword>
</context>
- <context id="function-handle" style-ref="data-type" class="type">
+ <context id="function-handle" style-ref="data-type">
<match>@([A-Za-z_][A-Za-z1-9_]*)?</match>
</context>
- <context id="storage-type" style-ref="storage-type" class="storage-class">
+ <context id="storage-type" style-ref="storage-type">
<keyword>global</keyword>
<keyword>persistent</keyword>
<keyword>static</keyword>
</context>
- <context id="boolean" style-ref="boolean" class="boolean">
+ <context id="boolean" style-ref="boolean">
<!-- falase and true can be used as functions too. Do not highlight as
boolean if followed by parentheses -->
<suffix>\b(?!(\s)*\()</suffix>
@@ -203,7 +203,7 @@
</context>
<!--To see the list of keywords, use the function __keywords__-->
- <context id="keyword" style-ref="keyword" class="keyword">
+ <context id="keyword" style-ref="keyword">
<keyword>break</keyword>
<keyword>case</keyword>
<keyword>catch</keyword>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]