Hi all,
I am new to sublime and I am mainly used it as an assembly IDE, which has been great. First time posting, sorry in advance if in wrong category.
With the new sublime-syntax format I have added some rudimentary support, so I have higlight for almost everything.
My problem now, is that while I have highlighting for the labels, macros, and aliases definitons as well as recognized as symbols by sublime (so I can use ‘Goto Definition’); they are not highlighted when they are used.
- I could try to implement more complex regex routines, but due to the nature of the language, I can see that failing/hard to make it work right
- Is a writing/finding a plugin a better way to do this?
- Also, am I mising something(?), since sublime recognizes them as symbols why doesn’t it highlight them?