I program in Forth and Komodo’s syntax highlighting has a behavior that I don’t want. It seems that it treats symbols like @ or > as a separate class of tokens. But because symbols in Forth aren’t special and can be included in function names I want to disable this behavior for just Forth. I know about the koForthLanguage.py file and have added several keywords but am frustrated by the incorrect highlighting I get where for example the word (as functions are known) >r
is interpreted as the tokens >
and r
resulting in that it isn’t displayed in the color I set for the keywords >r
is a part of.
Komodo IDE and Edit were discontinued in 2022 and we no longer support them.
The source code repository for Komodo takes posts for issues, which helps to educate others in the future regarding unsolvable problems.