Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SQL] Bump syntax version to 2 #4097

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
name: SQL inside Go backtick string
scope: source.sql.go-embedded-backtick-string
version: 1
version: 2
hidden: true

extends: Packages/SQL/SQL.sublime-syntax
Expand Down
1 change: 1 addition & 0 deletions PHP/Embeddings/SQL (for PHP Interpolated).sublime-syntax
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
%YAML 1.2
---
scope: source.sql.interpolated.php
version: 2
hidden: true

extends: Packages/SQL/SQL.sublime-syntax
Expand Down
1 change: 1 addition & 0 deletions PHP/Embeddings/SQL (for PHP).sublime-syntax
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
%YAML 1.2
---
scope: source.sql.embedded.php
version: 2
hidden: true

extends: Packages/SQL/SQL.sublime-syntax
Expand Down
1 change: 1 addition & 0 deletions Rails/SQL (Rails).sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
---
name: SQL (Rails)
scope: source.sql.rails
version: 2

extends: Packages/SQL/SQL.sublime-syntax

Expand Down
2 changes: 1 addition & 1 deletion Ruby/Embeddings/SQL (for Ruby).sublime-syntax
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%YAML 1.2
---
scope: source.sql.embedded.ruby
# version: 2
version: 2
hidden: true

extends: Packages/SQL/SQL.sublime-syntax
Expand Down
1 change: 1 addition & 0 deletions SQL/SQL.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
---
name: SQL
scope: source.sql
version: 2

file_extensions:
- sql
Expand Down