summaryrefslogtreecommitdiffstats
path: root/kate/data/nesc.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-03 00:41:25 +0900
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:40 +0100
commit18c445cb5b6270fa017d464d87d2690309d3ff29 (patch)
tree404b628197e19bdc868715e080f4ee5070dc9284 /kate/data/nesc.xml
parent17517c35528d3081ab128bbac26f631e4bf44ea4 (diff)
downloadtdelibs-18c445cb5b6270fa017d464d87d2690309d3ff29.tar.gz
tdelibs-18c445cb5b6270fa017d464d87d2690309d3ff29.zip
Kate syntax highlighting files update - Feb 2014
(cherry picked from commit bb647dca1516a45ce18f2e040bd20528f588e2fe)
Diffstat (limited to 'kate/data/nesc.xml')
-rw-r--r--kate/data/nesc.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/kate/data/nesc.xml b/kate/data/nesc.xml
index ddc126ef8..20155b8dd 100644
--- a/kate/data/nesc.xml
+++ b/kate/data/nesc.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="nesC" author="Shakthi Kannan" license="GPLv2" version="1.01" kateversion="2.5" section="Sources" extensions="*.nc" mimetype="text/x-ncsrc" priority="5">
+<language name="nesC" author="Shakthi Kannan" license="GPLv2" version="1.00-1" kateversion="2.1" section="Sources" extensions="*.nc" mimetype="text/x-ncsrc" priority="5">
<highlighting>
<list name="keywords">
<item> break </item>
@@ -41,7 +41,6 @@
<item> call </item>
<item> signal </item>
<item> post </item>
-
</list>
<list name="types">
<item> auto </item>
@@ -122,8 +121,6 @@
<RegExpr attribute="Function" context="#pop" String="\b[_\w][_\w\d]*(?=[\s]*)"/>
</context>
-
-
<context attribute="Comment" lineEndContext="#pop" name="Commentar 1">
<IncludeRules context="##Alerts"/>
</context>
@@ -132,11 +129,6 @@
<keyword attribute="Decimal" context="#stay" String="attention"/>
</context>
-
-
-
-
-
<context attribute="Preprocessor" lineEndContext="#pop" name="Preprocessor">
<LineContinue attribute="Preprocessor" context="#stay"/>
<RegExpr attribute="Preprocessor" context="Define" String="define.*((?=\\))"/>