Hi, I have written a filetype for awk files but I have some troubles with lexer_filetype
In order to work correctly, I have to add a line lexer_filetype=C (whitout this line, nothing is colored). So, my keywords are highligted but the commentary does not work, only the C syntax is highligted. What's wrong ? Thanks for your tips,