komsit37 / sublime-q

Sublime Text Plugin for q/kdb
MIT License
24 stars 9 forks source link

Fix underscore highlighting #26

Closed atf1206 closed 4 years ago

atf1206 commented 4 years ago

Underscores are slightly different from other q/kdb operators because they can be part of variable names. This patch tries to account for this better

komsit37 commented 4 years ago

That's great. Thanks!