atom / language-sql

SQL package for Atom
Other
38 stars 50 forks source link

Added .q to list of relevant files (HiveQL) #59

Closed lmorganjr closed 7 years ago

lmorganjr commented 7 years ago

Description of the Change

Added 'q' to list of file endings to work with.

Alternate Designs

Could fork into another project.

Benefits

Lots of teams working with Hadoop, Big Data, and Data Science projects are creating HiveQL scripts. The standard extension for HiveQL is '.q'

Possible Drawbacks

Much of HiveQL is nearly ANSI standard, but in essence is a subset. Some specific HiveQL keywords may not be captured/highlighted. Would require further refinement in this package.

Applicable Issues

None.

50Wliu commented 7 years ago

Thanks!