diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-03 00:41:25 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:22:40 +0100 |
commit | 18c445cb5b6270fa017d464d87d2690309d3ff29 (patch) | |
tree | 404b628197e19bdc868715e080f4ee5070dc9284 /kate/data/yacc.xml | |
parent | 17517c35528d3081ab128bbac26f631e4bf44ea4 (diff) | |
download | tdelibs-18c445cb5b6270fa017d464d87d2690309d3ff29.tar.gz tdelibs-18c445cb5b6270fa017d464d87d2690309d3ff29.zip |
Kate syntax highlighting files update - Feb 2014
(cherry picked from commit bb647dca1516a45ce18f2e040bd20528f588e2fe)
Diffstat (limited to 'kate/data/yacc.xml')
-rw-r--r-- | kate/data/yacc.xml | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/kate/data/yacc.xml b/kate/data/yacc.xml index eab0eef08..438bfd8fe 100644 --- a/kate/data/yacc.xml +++ b/kate/data/yacc.xml @@ -1,24 +1,31 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> <!-- - ======================================================================== +======================================================================== +YACC.XML supports syntax highlighting for Yacc/Bison source under Kate. - YACC.XML supports syntax highlighting for Yacc/Bison source under Kate. +Copyright (C) 2004, Jan Villat <jan.villat@net2000.ch> +This code is released under the LGPL as part of tdelibs/kate. +======================================================================== - Copyright (C) 2004 - Jan Villat <jan.villat@net2000.ch> - This code is released under the LGPL as part of kdelibs/kate. - ======================================================================== +== UPDATE HISTORY == +2007-10-01 // Sebastian Pipping <webmaster@hartwork.org> - UPDATE HISTORY:- - 2004.05.26 - YACC.XML 1.00 - First released. + Added: Extension "*.yy" for Bison - TODO:- - - Add a mime type (cannot find it !?) +2004-05-26 // Jan Villat <jan.villat@net2000.ch> - ======================================================================== + YACC.XML 1.00 - First released. + + +== TODO == +- Add a mime type (cannot find it !?) + + +======================================================================== --> -<language name="Yacc/Bison" version="1.04" kateversion="2.5" section="Sources" extensions="*.y" author="Jan Villat (jan.villat@net2000.ch)" license="LGPL"> +<language name="Yacc/Bison" version="1.03-1" kateversion="2.4" section="Sources" extensions="*.y;*.yy" author="Jan Villat (jan.villat@net2000.ch)" license="LGPL"> <highlighting> <contexts> |