[gtksourceview/wip/latex: 11/11] latex.lang: remove unused styles



commit 92f7d1b342c8a9919a75ff6221a24ae28171aaea
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 25 21:49:29 2013 +0100

    latex.lang: remove unused styles

 data/language-specs/latex.lang |    5 -----
 data/styles/kate.xml           |    3 ---
 2 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/data/language-specs/latex.lang b/data/language-specs/latex.lang
index a68204d..d461700 100644
--- a/data/language-specs/latex.lang
+++ b/data/language-specs/latex.lang
@@ -31,13 +31,8 @@
 
   <styles>
     <style id="comment"            _name="Comment"    map-to="def:comment"/>
-    <style id="documentclass"      _name="Comment"    map-to="def:keyword"/>
-    <style id="usepackage"         _name="Comment"    map-to="def:keyword"/>
-    <style id="newcommand"         _name="Comment"    map-to="def:keyword"/>
     <style id="display-math"       _name="Math Mode"/>
     <style id="inline-math"        _name="Inline Math Mode" map-to="latex:display-math"/>
-    <style id="structure"          _name="Inline Math Mode"/>
-    <style id="section"            _name="Inline Math Mode"/>
     <style id="math"               _name="Math Mode"  map-to="latex:display-math"/>
     <style id="math-bound"         _name="Math Bound" map-to="latex:display-math"/>
     <style id="include"            _name="Include"    map-to="def:keyword"/>
diff --git a/data/styles/kate.xml b/data/styles/kate.xml
index f36265e..0005a02 100644
--- a/data/styles/kate.xml
+++ b/data/styles/kate.xml
@@ -126,10 +126,7 @@
   <style name="latex:math-bound"            bold="true"/>
   <style name="latex:common-commands"       foreground="dark-red"/>
   <style name="latex:command"               foreground="#7000DF"/>
-  <style name="latex:structure"             bold="true"/>
-  <style name="latex:section"               foreground="#7000DF" bold="true"/>
   <style name="latex:include"               use-style="latex:common-commands"/>
-  <style name="latex:use-package"           use-style="latex:common-commands"/>
 
   <style name="changelog:date"              use-style="def:type"/>
   <style name="changelog:email"             use-style="c:preprocessor"/>


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