This week in NORMA I spent refactoring the syntax highlighting, which parses the entered text to provide tokens, or words, to be highlighted in specific colors. I made some helper methods to easily be able to get a list of all of the tokens present, including
Read More...