atom / language-sql

SQL package for Atom
Other
38 stars 50 forks source link

Temp Table Designation Not Highlighted Correctly #27

Closed jeff-mettel closed 8 years ago

jeff-mettel commented 9 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
DavidLGoldberg commented 8 years ago

Yup, pretty funny.

Sublime has this issue too.

gontadu commented 8 years ago

Easy fix from what I have tried (with my limited knowledge) - will send in a PR

winstliu commented 8 years ago

Fixed by #16.

jeff-mettel commented 8 years ago

Great work - I'll pull the atom package when available!