atom / language-sql

SQL package for Atom
Other
38 stars 50 forks source link

Adds highlighting of 'similar to' #51

Closed torkelrogstad closed 4 years ago

torkelrogstad commented 7 years ago

This PR adds support for 'similar to' keyword. It is included in PSQL as well as DSQL, and shouldn't be too controversial.

Befor screendump 2016-11-26 at 16 21 56 e:

After: screendump 2016-11-26 at 16 21 18

50Wliu commented 7 years ago

The parentheses are redundant, and the \\s should be \\s+ instead.