Skip to content

Commit a63d09b

Browse files
committed
docs: update docs with snippets demo and update notes.md
1 parent 83da952 commit a63d09b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ This extension is designed to support the development of content and mods for th
44

55
## Features
66

7-
Adds syntax highlighting, including support for:
7+
Syntax highlighting, including support for:
88

99
- Keyword and class name recognition
1010
- Comment , including block comments matching the project's format
1111
- Module reference underlines
1212

1313
![syntax_highlighting](docs/syntax_highlighting.png)
1414

15+
Code snippets for small classes, like ContentFile, Vector, Area etc.
16+
These allow you to quicky create definitions for properties, and tab through their values.
17+
18+
![snippets](docs/snippets.gif)
19+
1520
## Extension Settings
1621

1722
_NA (Not currently implemented)_

docs/snippets.gif

280 KB
Loading

notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
## TODO:
66

77
- [ ] Unit tests for syntax highlighting
8-
- [ ] Tags in Marketplace
8+
- [x] Tags in Marketplace
99

10-
- [ ] (Incremental) feature demo gifs
10+
- [x] (Incremental) feature demo gifs
1111

12-
- [ ] Language Server
12+
- [x] Language Server
1313
- [ ] Settings config
1414
- [ ] Test framework!
15-
- [ ] Monorepo setup?
15+
- [x] Monorepo setup?
1616
- [ ] Changelog formatting!
1717

1818
- [ ] FilePath autocompletion

0 commit comments

Comments
 (0)