atom / language-sql

SQL package for Atom
Other
38 stars 50 forks source link

Added .mysql to list of relevant files #58

Open jameshowison opened 7 years ago

jameshowison commented 7 years ago

Description of the Change

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

Alternate Designs

Users have to try to change that on their end? Install forked and possibly not maintained version just for mysql: https://atom.io/packages/language-sql-mysql I'd prefer plugin to do its best guess for mysql.

Benefits

Just as people use pgsql for postgres people use .mysql for mysql/mariadb files. Now they are colorized etc, without needing to be renamed to .sql.

Possible Drawbacks

Namespace collision? Expectation of specific action for mysql files? There is a fork that adds mysql specific stuff. Perhaps that's the right approach? https://atom.io/packages/language-sql-mysql

Applicable Issues

None.

huntertj commented 6 years ago

can this be updated to a generic request for user defined file extensions? I like to use this for plsql, and I often have .pkb/.pks/.pls and other things that may not be applicable for everyone