Skip to content

Commit 0509b3b

Browse files
authored
Merge pull request #4 from cortex-command-community/development
Update docs
2 parents 3e6316f + 37f2c54 commit 0509b3b

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
## Issues:
22

33
- trailing spaces are trimmed, need to allow
4+
- Docs updates don't trigger releases.
45

56
## TODO:
67

78
- [ ] Unit tests for syntax highlighting
8-
- [ ] Tags in Marketplace
9+
- [x] Tags in Marketplace
910

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

12-
- [ ] Language Server
13+
- [x] Language Server
1314
- [ ] Settings config
1415
- [ ] Test framework!
15-
- [ ] Monorepo setup?
16+
- [x] Monorepo setup?
1617
- [ ] Changelog formatting!
1718

1819
- [ ] FilePath autocompletion

0 commit comments

Comments
 (0)