[gtksourceview/wip/latex] latex.lang: align the 'map-to's



commit aeaa2f581c757ad5dd69d363cd57e1fbc569ac4e
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Nov 28 14:57:51 2013 +0100

    latex.lang: align the 'map-to's

 data/language-specs/latex.lang |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/data/language-specs/latex.lang b/data/language-specs/latex.lang
index dcbdd96..2459ff8 100644
--- a/data/language-specs/latex.lang
+++ b/data/language-specs/latex.lang
@@ -30,16 +30,16 @@
   </metadata>
 
   <styles>
-    <style id="comment"            _name="Comment"    map-to="def:comment"/>
-    <style id="display-math"       _name="Math Mode"  map-to="def:string"/>
-    <style id="inline-math"        _name="Inline Math Mode" map-to="latex:display-math"/>
-    <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"/>
-    <style id="common-commands"    _name="Command"    map-to="def:keyword"/>
-    <style id="command"            _name="Command"    map-to="def:keyword"/>
-    <style id="verbatim"           _name="Verbatim"   map-to="def:comment"/>
-    <style id="special-char"       _name="Special Character" map-to="def:special-char"/>
+    <style id="comment"            _name="Comment"              map-to="def:comment"/>
+    <style id="display-math"       _name="Math Mode"            map-to="def:string"/>
+    <style id="inline-math"        _name="Inline Math Mode"     map-to="latex:display-math"/>
+    <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"/>
+    <style id="common-commands"    _name="Command"              map-to="def:keyword"/>
+    <style id="command"            _name="Command"              map-to="def:keyword"/>
+    <style id="verbatim"           _name="Verbatim"             map-to="def:comment"/>
+    <style id="special-char"       _name="Special Character"    map-to="def:special-char"/>
   </styles>
 
   <definitions>


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