On 05/16/2020 10:23 AM, Michele Calgaro via trinity-devel wrote:
Hi David, Kate's syntax files are downloaded from our source code repository and it has been like that for 5 or 6 years now. From time to time we update those files. We used to do that often when KAte 2.5 syntax files were still available. Now we need more work on those files. Probably the next update will be for R14.1.0 release. If you or any user wants to update the existing files and propose a patch for any update, feel free to do so and we will be happy to integrate that.
Cheers Michele
Thanks Michele,
Only thing I have run into lately is the htlm and/or css syntax file that craters when it reaches:
@media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} }
It does not recognize the enclosing (...) as a termination of the css property and value -- which crashes highlighting from that point on in the document. I don't do much web work, but the @media and e.g. screen or print, etc.. was a fairly recent addition (anything in the last 5-6 years is recent to me...)
I have looked at the xml file to attempt to sort out what needs to be added or changed -- but that is more than Greek to me. Who can help with this type issue?