atom / language-sql

SQL package for Atom
Other
38 stars 50 forks source link

SQL key word not detected maybe due to encoding issue. #53

Open macma opened 7 years ago

macma commented 7 years ago

when I am opening a sql file that saved from SQL Server Management Studio (SSRS), and saved again using Atom. Here is some problems.

Will you help to suggest what is the right way to open it? such as the encoding, line end breaks... etc. test sql

Cxarli commented 7 years ago

Try UTF-8, that should work in most cases, otherwise there's something wrong on SSRS's side.