I wrote a new lexer for a custom Language in Scintilla. I followed both scintilla and geany documentation along with hacking geany.
However geany does not recognize my language. I also implement filetype for it but still it does not seem among Document->Set Filetypes
.
To be more precise assume you have such a lexer . What must be procedure to follow for finding this language among Document->Set Filetypes
.