diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-06-21 23:36:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-06-21 23:36:49 +0900 |
commit | 6734f5e47f496ca1b89e2fd6c51e46ec447e3de1 (patch) | |
tree | f093226e23d2d772451f3047e112997bae10d4b6 /kate/data/update-files.xml | |
parent | f52b584fa9f1990da99c3d3f39e164d02ec1c0b9 (diff) | |
download | tdelibs-6734f5e47f496ca1b89e2fd6c51e46ec447e3de1.tar.gz tdelibs-6734f5e47f496ca1b89e2fd6c51e46ec447e3de1.zip |
Added G-code Kate syntax highlight file.
Taken from:
https://raw.githubusercontent.com/FernV/Gcode-highlight-for-Kate/master/gcode.xml
Work from:
Copyright © 2016 by Fernand Veilleux (fernveilleux@gmail.com)
License:
Library GPL
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/data/update-files.xml')
-rw-r--r-- | kate/data/update-files.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kate/data/update-files.xml b/kate/data/update-files.xml index 66a842757..48805a566 100644 --- a/kate/data/update-files.xml +++ b/kate/data/update-files.xml @@ -77,6 +77,7 @@ <Definition name="FTL" url="http://git.trinitydesktop.org/cgit/tdelibs/plain/kate/data/ftl.xml" version="1.10"/> <Definition name="GAP" url="http://git.trinitydesktop.org/cgit/tdelibs/plain/kate/data/gap.xml" version="0.2-1"/> <Definition name="GCCExtensions" url="http://git.trinitydesktop.org/cgit/tdelibs/plain/kate/data/gcc.xml" version="0.4"/> +<Definition name="G-Code" url="http://git.trinitydesktop.org/cgit/tdelibs/plain/kate/data/gcode.xml" version="1.00-1"/> <Definition name="GDB Backtrace" url="http://git.trinitydesktop.org/cgit/tdelibs/plain/kate/data/gdb.xml" version="1.0-1"/> <Definition name="GDL" url="http://git.trinitydesktop.org/cgit/tdelibs/plain/kate/data/gdl.xml" version="2"/> <Definition name="GNU Gettext" url="http://git.trinitydesktop.org/cgit/tdelibs/plain/kate/data/gettext.xml" version="2.01-1"/> |