atom / language-sql

SQL package for Atom
Other
38 stars 50 forks source link

SQL "USING" join-clause keyword not included in SQL Syntax Highlighting #8

Closed MattLeber closed 9 years ago

MattLeber commented 9 years ago

The USING constraint that is part of a SQL JOIN clause is not highlighted. I've traced the issue to the language-sql package, but am new enough to Atom that I'm not sure how to change it. Line 148 looks to be the spot. Is this an easy fix for somebody who knows what they're doing?