moltenform / scite-files

Translations and extras for the SciTE code editor --- see the links below for more information!
123 stars 44 forks source link

Improve "Microsoft SQL" mssql.proprerties file #33

Closed crisistotal2014 closed 6 years ago

crisistotal2014 commented 6 years ago

Hi! To improve "Microsoft SQL" mssql.proprerties file (and to not replace sql.properties), can be modified header from:

filter.mssql=SQL (sql)|.sql| file.patterns.mssql=.sql lexer.$(file.patterns.mssql)=mssql

to:

file.patterns.mssql=.mssql;.sql filter.mssql=MS SQL (mssql sql)|$(file.patterns.mssql)| filter.mssql=$(filter.mssql) lexer.$(file.patterns.mssql)=mssql language.mssql=MS SQL|spec||

By this way a new lexer will be registered and can live with normal sql.properties file.

Thanks so much!

moltenform commented 6 years ago

Checked into https://github.com/downpoured/scite-files/commit/96cdc664fb5dee0b79a3beb2a0bd960cd45a017a

It looks like some of the symbols you wrote got eaten by GitHub's formatter, so please confirm that what I added is right. For future reference, you can surround everything by a backtic ` so that symbols still show up.