You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,4 +116,9 @@ The format is based on [Keep a Changelog] (http://keepachangelog.com/en/1.0.0/)
116
116
117
117
### [2.11.0] - 2021-10-05
118
118
## Improved
119
-
- PHP file support
119
+
- PHP file support
120
+
121
+
122
+
### [2.12.0] - 2021-10-05
123
+
## Fixed
124
+
- Fixes issues with trailing syntax in single-line "sql" syntax shown in issue. And also adds support for Prisma and other ORMs that use "xxxxx.sql" syntax. Author: [@jdukleth](https://github.com/jdukleth)
- Install `es6-string-html` from extensions (`ctrl + shift + x`)
@@ -67,10 +60,6 @@ Simply insert the comment /\*html\*/ or `html` (also works with SQL, SVG, XML, j
67
60
### [...]
68
61
- See changelog for previous notes
69
62
70
-
### [2.7.0] - 2021-04-23
71
-
## Fixed
72
-
- SQL highlight stops after encountering an identifier delimiter `
73
-
74
63
### [2.8.0] - 2021-04-23
75
64
## Fixed
76
65
- SQL support for vue files
@@ -86,6 +75,10 @@ Simply insert the comment /\*html\*/ or `html` (also works with SQL, SVG, XML, j
86
75
### [2.11.0] - 2021-10-05
87
76
## Improved
88
77
- PHP files support
78
+
79
+
### [2.13.1] - 2023-12-14
80
+
## Fixed
81
+
- Fixes issues with trailing syntax in single-line "sql" syntax shown in issue. And also adds support for Prisma and other ORMs that use "xxxxx.sql" syntax. Author: [@jdukleth](https://github.com/jdukleth)
0 commit comments