[Github-comments] [geany] .INO files have no syntax highlighting (#715)

Colomban Wendling notifications at xxxxx
Thu Oct 29 17:22:55 UTC 2015


@pixelwolf If you just want files with the .ino extension to be recognized as C++, just append `*.ino` to the list in [`filetype_extensions.conf`](http://geany.org/manual/index.html#filetype-extensions) (that you can edit easily using *Tools → Configuration Files → filetype_extension.conf*).

If you want to create a [custom filetype](http://geany.org/manual/index.html#custom-filetypes), you then need to name your filetype file with the `.conf` extension, like `filetypes.INO.conf` (and still need to modify `filetype_extensions.conf` to get INO files recognized form their extension).

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/715#issuecomment-152255973
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151029/11965d62/attachment.html>


More information about the Github-comments mailing list