Skip to content

Commit

Permalink
Bump SQL version
Browse files Browse the repository at this point in the history
To allow embedding it in version 2 syntaxes.
  • Loading branch information
jtojnar committed Nov 16, 2024
1 parent 29b8a9c commit 9cb90f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
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

0 comments on commit 9cb90f3

Please sign in to comment.