From 853f6f2e0e1f6a9faaaf02bdba59bc9a71ddeda7 Mon Sep 17 00:00:00 2001 From: James Howison Date: Mon, 13 Feb 2017 14:46:45 -0600 Subject: [PATCH] Added .mysql to list of relevant files # 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 --- grammars/sql.cson | 1 + 1 file changed, 1 insertion(+) diff --git a/grammars/sql.cson b/grammars/sql.cson index 29c46d3..252461f 100644 --- a/grammars/sql.cson +++ b/grammars/sql.cson @@ -6,6 +6,7 @@ 'dsql' 'pgsql' 'psql' + 'mysql' 'sql' ] 'patterns': [