Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Added .mysql to list of relevant files #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jameshowison
Copy link

@jameshowison jameshowison commented Feb 13, 2017

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.

# Requirements

Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
All new code requires tests to ensure against regressions
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?

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
@huntertj
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants