c3IDE
c3IDE copied to clipboard
Fix regex styling in syntax highlighting code
in order to fix this i will need to include Avalon edit as a project, and alter syntax highlighting to code behave property with java script regex expression and division operators. this code change will require extending the highlighting engine to allow Rules to operate before Spans if marked. this will allow the operator rule to have precedence before the regex. as of now spans always get evaluated first.