summaryrefslogtreecommitdiffstats
path: root/kate/data
Commit message (Collapse)AuthorAgeFilesLines
* Kate syntax: allow PHP heredoc closing identifiers to be identedMavridis Philippe2024-05-181-5/+5
| | | | | | | | It is allowed syntax since PHP version 7.3.0. See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Kate: add support for template string syntax of JSMavridis Philippe2024-02-211-0/+6
| | | | | | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-063-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-124-14/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-213-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-157-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate: unified diff and markdown's syntax colors for diff code to green/redMichele Calgaro2022-10-183-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate: improved markdown syntax highlighting.Ray-V2022-10-182-41/+91
| | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kate syntax highlighting - markdown: fixed strong emphasis visualizationMichele Calgaro2022-06-112-6/+6
| | | | | | and ruler's regex. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate: syntax highlighting for MarkdownMavridis Philippe2022-06-084-6/+153
| | | | | | | | | | | | 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>
* Removed code formatting modelines.Michele Calgaro2020-09-2746-68/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-251-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-06-072-85/+5
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update Kate syntax highlight files fromMichele Calgaro2019-03-03113-39267/+43645
| | | | | | http://kate-editor.org/syntax/2.5/ sources. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Small adjustments in Kate syntax highlighting files.Slávek Banko2018-12-022-3/+3
| | | | | | | | + Modify the line break in <language> tag in cpp.xml. + Remove UTF8 BOM from ppd.xml. + It allows processing by extractattr. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed unwanted rename in Kate's qt4 syntax highlight file.Michele Calgaro2018-10-171-179/+179
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-179/+179
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed unvoluntary rename in qt4 syntax highlight file.Michele Calgaro2018-09-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-2/+2
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added G-code Kate syntax highlight file.Michele Calgaro2018-06-214-6/+218
| | | | | | | | | | | 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>
* Fixed javascript syntax highlighting in KateMichele Calgaro2017-01-303-4/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Oct 2016Michele Calgaro2016-10-17130-273/+1147
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed up previous commit.Michele Calgaro2016-01-232-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update kate syntax highlight filesMichele Calgaro2016-01-232-0/+387
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Oct 2015Michele Calgaro2015-10-2524-378/+12202
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455.Michele Calgaro2015-07-044-3/+35
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Jun 2015Michele Calgaro2015-06-196-241/+1463
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added *.service and *.target format to INI files.Darrell Anderson2015-06-112-2/+2
| | | | | | | Signed-off-by: Darrell Anderson <darrella@clovermail.net> Modified to update syntax version number. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Jan 2015.Michele Calgaro2015-01-206-10/+2195
| | | | | 1) Changes in asm-m68k.xml, ppd.xml, sql-oracle.xml taken from http://kate-editor.org/syntax/2.5 2) Changes to the other files from myself.
* Added 'Delete Line' menu entry in Kate. This resolves bug 1907.Michele Calgaro2015-01-012-2/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Nov 2014Michele Calgaro2014-11-256-7/+117
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-2/+2
| | | | match XDG specifications
* Update mimetypes in Kate plugins to match output of libmagicTimothy Pearson2014-10-084-4/+4
| | | | This relates to Bug 2148
* Kate syntax highlighting files update - Sep 2014Michele Calgaro2014-09-19137-933/+6668
|
* Kate syntax highlighting files update - Jul 2014Michele Calgaro2014-07-2826-208/+275
|
* Kate syntax highlighting files update - Jun 2014Michele Calgaro2014-06-0314-39/+68
|
* Reverted alert style definition for Kate's syntax highlighting. This ↵Michele Calgaro2014-05-102-31/+14
| | | | resolves bug 2050.
* Kate syntax highlighting files update - Apr 2014Michele Calgaro2014-04-283-4/+40
|
* Fix FTBFS caused by commit b8eb0069Timothy Pearson2014-04-011-2/+2
|
* Kate syntax highlighting files update - Mar 2014Michele Calgaro2014-04-014-27/+40
|
* Kate syntax highlighting files update - Feb 2014Michele Calgaro2014-03-03208-2769/+7263
|
* Fix PHP generation script. This resolves bug 1946Michele Calgaro2014-02-201-1/+3
|
* Fix -tdehtml-* rename regression. This resolves bugs 1825 and 1692Michele Calgaro2014-02-095-26/+26
|
* Add *.protocol as a recognized file type, which functionally are identical ↵Darrell Anderson2014-02-071-2/+2
| | | | to *.desktop files.
* Kate syntax highlight files update - Jan 2014Michele Calgaro2014-01-275-720/+894
|
* Update kate syntax highlight file for POV-RayNikolaus Klepp2014-01-192-185/+232
|
* Update kate syntax highlight filesMichele Calgaro2014-01-09215-1333/+16006
|
* Add vbox as a recognized xml mimetype.Darrell Anderson2014-01-061-1/+1
| | | | This resolves bug report 1804.
* Add libtool item to kate syntax highlighting files.Darrell Anderson2013-12-252-0/+2
|
* Add cmake item to kate syntax highlighting files.Darrell Anderson2013-12-242-0/+2
|