[gtksourceview: 2/13] typescript.lang, objj.lang: Add missing close context comments



commit c42b0392dc8190a670de0a54a39ca76b6045b3df
Author: Jeffery To <jeffery to gmail com>
Date:   Sat May 30 18:57:18 2020 +0800

    typescript.lang, objj.lang: Add missing close context comments

 data/language-specs/objj.lang           | 12 ++++++------
 data/language-specs/typescript-jsx.lang |  8 ++++----
 data/language-specs/typescript.lang     |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/data/language-specs/objj.lang b/data/language-specs/objj.lang
index 8a0d8381..0d8fa7d7 100644
--- a/data/language-specs/objj.lang
+++ b/data/language-specs/objj.lang
@@ -460,7 +460,7 @@
         <context ref="js-lit:_array-literal-content" original="true"/>
         <context ref="_message-parameter-data"/>
       </include>
-    </context>
+    </context> <!-- /_array-literal-content -->
 
     <replace id="js-lit:_array-literal-content" ref="_array-literal-content"/>
 
@@ -484,13 +484,13 @@
         <context id="_boolean-constants" style-ref="js:boolean">
           <keyword>NO</keyword>
           <keyword>YES</keyword>
-        </context>
+        </context> <!-- /_boolean-constants -->
 
         <context id="_null-constants" style-ref="js:null-value">
           <keyword>nil</keyword>
           <keyword>Nil</keyword>
           <keyword>NULL</keyword>
-        </context>
+        </context> <!-- /_null-constants -->
 
         <context id="_math-constants" style-ref="js:built-in-value">
           <keyword>E</keyword>
@@ -503,7 +503,7 @@
           <keyword>PI_2</keyword>
           <keyword>SQRT1_2</keyword>
           <keyword>SQRT2</keyword>
-        </context>
+        </context> <!-- /_math-constants -->
 
         <context id="_math-functions" style-ref="js:built-in-function">
           <keyword>ABS</keyword>
@@ -524,13 +524,13 @@
           <keyword>SIN</keyword>
           <keyword>SQRT</keyword>
           <keyword>TAN</keyword>
-        </context>
+        </context> <!-- /_math-functions -->
 
         <!-- "super" is already highlighted by default -->
         <context id="_object-keywords" style-ref="js:keyword">
           <keyword>_cmd</keyword>
           <keyword>self</keyword>
-        </context>
+        </context> <!-- /_object-keywords -->
 
         <context ref="js-val:global-values" original="true"/>
       </include>
diff --git a/data/language-specs/typescript-jsx.lang b/data/language-specs/typescript-jsx.lang
index d3a1f4a6..b8fecc4e 100644
--- a/data/language-specs/typescript-jsx.lang
+++ b/data/language-specs/typescript-jsx.lang
@@ -47,7 +47,7 @@
       <include>
         <context ref="typescript:typescript"/>
       </include>
-    </context>
+    </context> <!-- /main-lang -->
 
     <replace id="jsx:main-lang" ref="main-lang"/>
 
@@ -170,7 +170,7 @@
         <context ref="_arrow-function-type-parameters-list"/>
         <context ref="js-expr:_pre-lhs-expression" original="true"/>
       </include>
-    </context>
+    </context> <!-- /_pre-lhs-expression -->
 
     <replace id="js-expr:_pre-lhs-expression" ref="_pre-lhs-expression"/>
 
@@ -185,7 +185,7 @@
         <context ref="jsx:_attribute-names"/>
         <context ref="jsx:_attribute-initializers"/>
       </include>
-    </context>
+    </context> <!-- /_start-tag-head-content -->
 
     <replace id="jsx:_start-tag-head-content" ref="_start-tag-head-content"/>
 
@@ -196,7 +196,7 @@
       <include>
         <context ref="jsx:jsx"/>
       </include>
-    </context>
+    </context> <!-- /typescript-jsx -->
 
   </definitions>
 </language>
diff --git a/data/language-specs/typescript.lang b/data/language-specs/typescript.lang
index b287591c..e065ec7f 100644
--- a/data/language-specs/typescript.lang
+++ b/data/language-specs/typescript.lang
@@ -415,7 +415,7 @@
         </context> <!-- /_decorator-dot-property-accessor-content -->
 
       </include>
-    </context>
+    </context> <!-- /_decorator-dot-property-accessors -->
 
     <context id="decorators" style-ref="decorator">
       <start>@</start>


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