diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2022-06-07 22:51:48 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2022-06-08 10:34:30 +0300 |
commit | 65ab72853b27a5f49b2de0a12cdcb4b33756a7e1 (patch) | |
tree | 636bbdfbcefccc0b9e1393681d60695f029213bb /kate/data/CMakeLists.txt | |
parent | 847757b965c078db854178cfecc07c5b35aca4dd (diff) | |
download | tdelibs-65ab72853b27a5f49b2de0a12cdcb4b33756a7e1.tar.gz tdelibs-65ab72853b27a5f49b2de0a12cdcb4b33756a7e1.zip |
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 <dr.klepp@gmx.at>
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'kate/data/CMakeLists.txt')
-rw-r--r-- | kate/data/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 |