Skip to content

Commit 63ac241

Browse files
author
Blake Gearin
committed
Update changelog, fix preview image link
1 parent d4d0c8e commit 63ac241

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.1.0] - 2023-02-06
10+
11+
### Added
12+
13+
- Added supported pattern `datetime` and its read-only properties
14+
- Added preview image to README
15+
16+
### Changed
17+
18+
- Updated order of `repository` objects to match `patterns`
19+
- Updated location of objects used once to be nested
20+
- `string-interpolation` under `strings`
21+
- `config-properties` under `config`
22+
- `event-properties` under `event`
23+
- Added word boundaries to `built-in-events`
24+
- Updated `numeric` to allow numbers in variable names
25+
26+
### Removed
27+
28+
- `do`/`end` and `then`/`end` from `autoClosingPairs`
29+
930
## [0.0.1] - 2023-02-02
1031

1132
### Added

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
This is an unofficial extension providing syntax highlighting for PulpScript. It is not sponsored, endorsed, licensed by, or affiliated with Panic.
44

5-
<p>
6-
<img
7-
height="40%"
8-
width="40%"
9-
src="images/preview.png"
10-
alt="syntax highlighting preview"
11-
title="syntax highlighting preview"
12-
/>
13-
</p>
5+
<img
6+
height="40%"
7+
width="40%"
8+
src="https://raw.githubusercontent.com/blakegearin/pulpscript-syntax-vscode/main/images/preview.png"
9+
alt="syntax highlighting preview"
10+
title="syntax highlighting preview"
11+
/>
1412

1513
## Filenames
1614

0 commit comments

Comments
 (0)