help with Oxygen Basic syntax definition
-
Hello
I started using notepad ++ yesterday
I am trying to configure for Oxygen Basic (O2H) syntax
the problem is that it has a lot of polymorphism
accepting C, Basic syntax and assembler
I want to have a different formatting, for things not to confuse too muchso I would like to know if it has a different formatting for the folds
I am also having problems separating formatting and certain keywords and functions with the same name
example
dim ss as string
ss = string(6, “f”)can differentiate words with “(”?
thank you