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.