Skip to content

Commit 2a98ab5

Browse files
committed
Update readme and changelog
1 parent 67da651 commit 2a98ab5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,25 @@ All notable changes to the "firecode" extension will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [1.2.0] - 2020-01-26
8+
### Added
9+
- Basic autoformatting option
10+
711
## [1.1.4] - 2019-11-30
12+
### Fixed
813
- Grammar bugfix.
914

1015
## [1.1.2] - 2019-10-09
16+
### Changed
1117
- Some internal improvements.
1218
- Updated README to show the autocompletion.
1319

1420
## [1.1.1] - 2019-10-05
15-
- Add a first draft of the completion support.
21+
### Added
22+
- First draft of the completion support.
1623

1724
## [1.0.1] - 2019-08-21
25+
### Added
1826
- Improve hover information support by creating a tree structure to get the correct context information.
1927

2028
## [1.0.0] - 2019-08-17

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Works for `.rule` and `.rules` files.
2222
### Autocomplete Suggestions
2323
![Autocompletion](./resources/autocomplete.gif)
2424

25+
### Autoformatting
26+
![Autoformatting](./resources/autoformat.gif)
27+
28+
Only works for valid rules and currently only formats the indentation.
29+
2530
## Known Issues
2631

2732
* The documentation of the get(/path/) function is currently not correct
@@ -30,4 +35,5 @@ This extension is still very fresh and under development, so if you have any iss
3035

3136
## Development
3237

33-
Currently, I'm working on improving the syntax highlighting even more but the focus is on adding code completion.
38+
There are still some todos with autocompletion and mouseover information, but currently I'm working on the autoformatter.
39+
I'm planning to create a [prettier](https://prettier.io/) plugin for this purpose.

resources/autoformat.gif

59.1 KB
Loading

0 commit comments

Comments
 (0)