https://bugs.kde.org/show_bug.cgi?id=248930
--- Comment #1 from Jonathan Poelen <[email protected]> --- Hi, I started looking and made some changes in the file (notably to support windows paths), 2 questions: - Do you agree to license the file under MIT or do you really want to keep LGPL? - The regex for Keyword is "\\[a-zA-Z@]+", but based on example files¹, there may be digits after a keyword, is it normal that 0-9 is not present? I also see \l__kernel_color_stack_int=\count185, shouldn't `_` be added to the regex? I could see this regex "\\[_a-zA-Z@][_a-zA-Z0-9@]*" ¹ https://github.com/search?q=This+is+pdfTeX%2C+path%3Alog&type=code 2 years ago, I added logfile.xml and logfile-advanced.xml, both of which use the .log extension. Their priority is very low (-10 and -11), so there's little chance of them conflicting with user syntax. I'm thinking of adding 2 intermediaries that will check that the first line contains "pdfTeX," and redirect to latex-logfile or logfile/logfile-advanced depending on the result. I imagine a latex file always starts with "This is pdfTeX, Version bla bla"? -- You are receiving this mail because: You are watching all bug changes.
