@toxpal somehow missed your response, filetype detections have nothing to do with Scintilla, the app tells it which highlighting to use.

Note that Geany does in fact detect the prefixes you suggested:

<!DOCTYPE html
<html
<?xml
<?php

and a whole bunch of #! names. It also allows the filetype to be extracted by regular expression (see various prefs).

The order is the list above, then regex then extension.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.