[gtksourceview] llvm.lang: remove erroneous style reference



commit d2a8cec32ce8350f38fc02139956581ed59c47e2
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 15 13:19:34 2021 -0700

    llvm.lang: remove erroneous style reference
    
    Fixes #195

 data/language-specs/llvm.lang | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/language-specs/llvm.lang b/data/language-specs/llvm.lang
index d3192f9f..4de7d403 100644
--- a/data/language-specs/llvm.lang
+++ b/data/language-specs/llvm.lang
@@ -31,7 +31,7 @@
     <style id="keyword"     name="Keyword"       map-to="def:keyword"/>
     <style id="function"    name="Function"      map-to="def:function"/>
     <style id="constant"    name="Constants"     map-to="def:constant"/>
-    <style id="variable"    name="Variable"      map-to="def:variable"/>
+    <style id="variable"    name="Variable"      map-to="def:identifier"/>
     <style id="identifier"  name="Identifier"    map-to="def:identifier"/>
     <style id="type"        name="Data Type"     map-to="def:type"/>
     <style id="boolean"     name="Boolean value" map-to="def:boolean"/>


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