> Is there any documentation on how to construct what is inside the file?
As suggested in the docs, try copying a filetypes.* file that uses the Scintilla lexer that you want to use for your file type. Then adapt all the lexer-related settings. Then if you can find a built-in language that parses useful tags (enough of the time) for your language, set the `tag_parser` setting. If you think that isn't going to be worthwhile, and your language is popular enough to be built-in to Geany, you could consider adding support. But check with maintainers first. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4507#discussioncomment-15709177 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/4507/comments/[email protected]>
