[Github-comments] [geany/geany] Filetypes are only recognised with simple extensions (#1921)

Colomban Wendling notifications at xxxxx
Wed Aug 8 15:21:48 UTC 2018


The suffixes are naively matched and the first match wins, Geany doesn't do any kind of "longest match wins".  So basically you'll have to drop `*.aspx` from XML, or make sure it's tried *after* your `*.js.aspx`.

-- 
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/1921#issuecomment-411445006
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180808/1025c5e5/attachment.html>


More information about the Github-comments mailing list