I made a pull-request with a lexer I just made using Matlab, Python and other existing lexers. So far:
- [X] using splatting `...` and `%` make the end of the line being recognized as comment - [X] parse `begin` and `end` as numbers inside indexing brackets, so code folding works. - [X] complex strings with interpolation are not correctly parsed. - [X] macros are not colored - [ ] symbols are not recognized as special type (like strings). - [ ] type annotations with ::, <: are not emphasized -- 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/434#issuecomment-691247566
