When I edit an HTML document, Geany's syntax highlighter allows ``` <!DOCTYPE html> ```
But if I write 'doctype' in lowercase, the syntax highlighter marks 'doctype' in red. According to the HTML specification, 'doctype' is not case-sensitive: https://www.w3.org/TR/html51/syntax.html#the-doctype So the syntax highlighter should allow this. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1489
