From f8c1d05234d45674cc122ed982e7392595859852 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Tue, 7 Jun 2022 22:51:48 +0300 Subject: Kate: syntax highlighting for Markdown Source: https://github.com/claes/kate-markdown Licence: GPL or BSD (dual) Copyright 2008 Darrin Yeager. http://dyeager.org/ Extended 2009 Claes Holmerson. http://github.com/claes/kate-markdown Per mailing list recommendation by Dr. Niklaus Klepp Signed-off-by: Mavridis Philippe (cherry picked from commit 65ab72853b27a5f49b2de0a12cdcb4b33756a7e1) --- kate/data/CMakeLists.txt | 6 +- kate/data/Makefile.am | 6 +- kate/data/markdown.xml | 146 +++++++++++++++++++++++++++++++++++++++++++++ kate/data/update-files.xml | 1 + 4 files changed, 153 insertions(+), 6 deletions(-) create mode 100644 kate/data/markdown.xml diff --git a/kate/data/CMakeLists.txt b/kate/data/CMakeLists.txt index 6c9e158cb..b823e4e60 100644 --- a/kate/data/CMakeLists.txt +++ b/kate/data/CMakeLists.txt @@ -45,9 +45,9 @@ install( FILES ini.xml isocpp.xml jam.xml javadoc.xml javascript.xml java.xml json.xml jsp.xml julia.xml j.xml kbasic.xml latex.xml ldif.xml ld.xml less.xml lex.xml lilypond.xml literate-curry.xml literate-haskell.xml logtalk.xml lpc.xml lsl.xml lua.xml m3u.xml - m4.xml mab.xml magma.xml makefile.xml mako.xml mandoc.xml mason.xml mathematica.xml matlab.xml - maxima.xml mediawiki.xml mel.xml mergetagtext.xml meson.xml metafont.xml mips.xml modelica.xml - modelines.xml modula-2-iso-only.xml modula-2-pim-only.xml modula-2-r10-only.xml + m4.xml mab.xml magma.xml makefile.xml mako.xml mandoc.xml markdown.xml mason.xml mathematica.xml + matlab.xml maxima.xml mediawiki.xml mel.xml mergetagtext.xml meson.xml metafont.xml mips.xml + modelica.xml modelines.xml modula-2-iso-only.xml modula-2-pim-only.xml modula-2-r10-only.xml modula-2.xml monobasic.xml mup.xml nagios.xml nasm.xml nemerle.xml nesc.xml noweb.xml objectivecpp.xml objectivec.xml ocaml.xml ocamllex.xml ocamlyacc.xml octave.xml oors.xml opal.xml opencl.xml diff --git a/kate/data/Makefile.am b/kate/data/Makefile.am index 09df83b7f..5f1eda66d 100644 --- a/kate/data/Makefile.am +++ b/kate/data/Makefile.am @@ -23,9 +23,9 @@ syntaxkate_DATA = language.dtd syntax.template \ ini.xml isocpp.xml jam.xml javadoc.xml javascript.xml javascript-php.xml java.xml json.xml \ jsp.xml julia.xml j.xml kbasic.xml latex.xml ldif.xml ld.xml less.xml lex.xml lilypond.xml \ literate-curry.xml literate-haskell.xml logtalk.xml lpc.xml lsl.xml lua.xml m3u.xml \ - m4.xml mab.xml magma.xml makefile.xml mako.xml mandoc.xml mason.xml mathematica.xml matlab.xml \ - maxima.xml mediawiki.xml mel.xml mergetagtext.xml meson.xml metafont.xml mips.xml modelica.xml \ - modelines.xml modula-2-iso-only.xml modula-2-pim-only.xml modula-2-r10-only.xml \ + m4.xml mab.xml magma.xml makefile.xml mako.xml mandoc.xml markdown.xml mason.xml mathematica.xml \ + matlab.xml maxima.xml mediawiki.xml mel.xml mergetagtext.xml meson.xml metafont.xml mips.xml \ + modelica.xml modelines.xml modula-2-iso-only.xml modula-2-pim-only.xml modula-2-r10-only.xml \ modula-2.xml monobasic.xml mup.xml nagios.xml nasm.xml nemerle.xml nesc.xml \ noweb.xml objectivecpp.xml objectivec.xml ocaml.xml ocamllex.xml ocamlyacc.xml \ octave.xml oors.xml opal.xml opencl.xml \ diff --git a/kate/data/markdown.xml b/kate/data/markdown.xml new file mode 100644 index 000000000..a132f6d63 --- /dev/null +++ b/kate/data/markdown.xml @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kate/data/update-files.xml b/kate/data/update-files.xml index c4cf021de..0af937293 100644 --- a/kate/data/update-files.xml +++ b/kate/data/update-files.xml @@ -136,6 +136,7 @@ + -- cgit v1.2.3