Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kate syntax: allow PHP heredoc closing identifiers to be idented | Mavridis Philippe | 2024-05-18 | 1 | -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 JS | Mavridis Philippe | 2024-02-21 | 1 | -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_SLOTS | Michele Calgaro | 2024-02-06 | 3 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-12 | 4 | -14/+8 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-21 | 3 | -3/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-15 | 7 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Kate: unified diff and markdown's syntax colors for diff code to green/red | Michele Calgaro | 2022-10-18 | 3 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Kate: improved markdown syntax highlighting. | Ray-V | 2022-10-18 | 2 | -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 visualization | Michele Calgaro | 2022-06-11 | 2 | -6/+6 |
| | | | | | | and ruler's regex. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Kate: syntax highlighting for Markdown | Mavridis Philippe | 2022-06-08 | 4 | -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 Calgaro | 2020-09-27 | 46 | -68/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Simplify CMake rules for desktop file translations. | Slávek Banko | 2020-06-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-07 | 2 | -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 from | Michele Calgaro | 2019-03-03 | 113 | -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 Banko | 2018-12-02 | 2 | -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 Calgaro | 2018-10-17 | 1 | -179/+179 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -179/+179 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed unvoluntary rename in qt4 syntax highlight file. | Michele Calgaro | 2018-09-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -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 Calgaro | 2018-06-21 | 4 | -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 Kate | Michele Calgaro | 2017-01-30 | 3 | -4/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Kate syntax highlighting files update - Oct 2016 | Michele Calgaro | 2016-10-17 | 130 | -273/+1147 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed up previous commit. | Michele Calgaro | 2016-01-23 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Update kate syntax highlight files | Michele Calgaro | 2016-01-23 | 2 | -0/+387 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Kate syntax highlighting files update - Oct 2015 | Michele Calgaro | 2015-10-25 | 24 | -378/+12202 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455. | Michele Calgaro | 2015-07-04 | 4 | -3/+35 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Kate syntax highlighting files update - Jun 2015 | Michele Calgaro | 2015-06-19 | 6 | -241/+1463 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added *.service and *.target format to INI files. | Darrell Anderson | 2015-06-11 | 2 | -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 Calgaro | 2015-01-20 | 6 | -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 Calgaro | 2015-01-01 | 2 | -2/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Kate syntax highlighting files update - Nov 2014 | Michele Calgaro | 2014-11-25 | 6 | -7/+117 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 1 | -2/+2 |
| | | | | match XDG specifications | ||||
* | Update mimetypes in Kate plugins to match output of libmagic | Timothy Pearson | 2014-10-08 | 4 | -4/+4 |
| | | | | This relates to Bug 2148 | ||||
* | Kate syntax highlighting files update - Sep 2014 | Michele Calgaro | 2014-09-19 | 137 | -933/+6668 |
| | |||||
* | Kate syntax highlighting files update - Jul 2014 | Michele Calgaro | 2014-07-28 | 26 | -208/+275 |
| | |||||
* | Kate syntax highlighting files update - Jun 2014 | Michele Calgaro | 2014-06-03 | 14 | -39/+68 |
| | |||||
* | Reverted alert style definition for Kate's syntax highlighting. This ↵ | Michele Calgaro | 2014-05-10 | 2 | -31/+14 |
| | | | | resolves bug 2050. | ||||
* | Kate syntax highlighting files update - Apr 2014 | Michele Calgaro | 2014-04-28 | 3 | -4/+40 |
| | |||||
* | Fix FTBFS caused by commit b8eb0069 | Timothy Pearson | 2014-04-01 | 1 | -2/+2 |
| | |||||
* | Kate syntax highlighting files update - Mar 2014 | Michele Calgaro | 2014-04-01 | 4 | -27/+40 |
| | |||||
* | Kate syntax highlighting files update - Feb 2014 | Michele Calgaro | 2014-03-03 | 208 | -2769/+7263 |
| | |||||
* | Fix PHP generation script. This resolves bug 1946 | Michele Calgaro | 2014-02-20 | 1 | -1/+3 |
| | |||||
* | Fix -tdehtml-* rename regression. This resolves bugs 1825 and 1692 | Michele Calgaro | 2014-02-09 | 5 | -26/+26 |
| | |||||
* | Add *.protocol as a recognized file type, which functionally are identical ↵ | Darrell Anderson | 2014-02-07 | 1 | -2/+2 |
| | | | | to *.desktop files. | ||||
* | Kate syntax highlight files update - Jan 2014 | Michele Calgaro | 2014-01-27 | 5 | -720/+894 |
| | |||||
* | Update kate syntax highlight file for POV-Ray | Nikolaus Klepp | 2014-01-19 | 2 | -185/+232 |
| | |||||
* | Update kate syntax highlight files | Michele Calgaro | 2014-01-09 | 215 | -1333/+16006 |
| | |||||
* | Add vbox as a recognized xml mimetype. | Darrell Anderson | 2014-01-06 | 1 | -1/+1 |
| | | | | This resolves bug report 1804. | ||||
* | Add libtool item to kate syntax highlighting files. | Darrell Anderson | 2013-12-25 | 2 | -0/+2 |
| | |||||
* | Add cmake item to kate syntax highlighting files. | Darrell Anderson | 2013-12-24 | 2 | -0/+2 |
| |