[gtksourceview] rust.lang: Cleanup styles formatting to match other files



commit 35e3a07f6c201ca6df0afd5e8d491bfee3ab5bce
Author: Garrett Regier <garrettregier gmail com>
Date:   Fri Aug 26 10:07:59 2016 -0700

    rust.lang: Cleanup styles formatting to match other files

 data/language-specs/rust.lang |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/data/language-specs/rust.lang b/data/language-specs/rust.lang
index 8d0efea..4546232 100644
--- a/data/language-specs/rust.lang
+++ b/data/language-specs/rust.lang
@@ -42,17 +42,18 @@ except according to those terms.
   </metadata>
 
   <styles>
-    <style id="comment" _name="Comment" map-to="def:comment"/>
-    <style id="string" _name="String" map-to="def:string"/>
-    <style id="char" _name="Character" map-to="def:character"/>
-    <style id="keyword" _name="Keyword" map-to="def:keyword"/>
-    <style id="type" _name="Data Type" map-to="def:type"/>
-    <style id="boolean" _name="Boolean value" map-to="def:boolean"/>
-    <style id="identifier" _name="Identifier" map-to="def:identifier"/>
-    <style id="number" _name="Number" map-to="def:number"/>
-    <style id="scope" _name="Scope" map-to="def:preprocessor"/>
-    <style id="attribute" _name="Attribute" map-to="def:preprocessor"/>
-    <style id="macro" _name="Macro" map-to="def:preprocessor"/>
+    <style id="comment"    _name="Comment"       map-to="def:comment"/>
+    <style id="string"     _name="String"        map-to="def:string"/>
+    <style id="char"       _name="Character"     map-to="def:character"/>
+    <style id="keyword"    _name="Keyword"       map-to="def:keyword"/>
+    <style id="type"       _name="Data Type"     map-to="def:type"/>
+    <style id="boolean"    _name="Boolean value" map-to="def:boolean"/>
+    <style id="identifier" _name="Identifier"    map-to="def:identifier"/>
+    <style id="number"     _name="Number"        map-to="def:number"/>
+    <style id="scope"      _name="Scope"         map-to="def:preprocessor"/>
+    <style id="attribute"  _name="Attribute"     map-to="def:preprocessor"/>
+    <style id="macro"      _name="Macro"         map-to="def:preprocessor"/>
+    <style id="error"      _name="Error"         map-to="def:error"/>
   </styles>
 
   <definitions>


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