We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6537437 commit 9e84716Copy full SHA for 9e84716
CHANGELOG.md
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## [Unreleased]
8
9
+## [0.3.3] - 2023-02-23
10
+
11
+### Added
12
13
+- Added support for `.txt` filename extensions
14
15
## [0.2.3] - 2023-02-10
16
17
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pulpscript-syntax",
3
- "version": "0.2.3",
+ "version": "0.3.3",
4
"publisher": "BlakeGearin",
5
"engines": {
"vscode": "^1.74.0"
0 commit comments