@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 or view it on GitHub:
https://github.com/geany/geany/issues/1899#issuecomment-465095249

Reply via email to