Closed jeff-mettel closed 8 years ago
To designate temp tables in SQL, they are proceeded with a '#' or '##'. Unfortunately, this seems to highlight them as comments, which is incorrect.
#MyTempTable ##MySecondTempTable
Yup, pretty funny.
Sublime has this issue too.
Easy fix from what I have tried (with my limited knowledge) - will send in a PR
Fixed by #16.
Great work - I'll pull the atom package when available!
To designate temp tables in SQL, they are proceeded with a '#' or '##'. Unfortunately, this seems to highlight them as comments, which is incorrect.