Skip to content

Commit

Permalink
update changelog for version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocarboni committed Jan 8, 2024
1 parent af1677e commit a327fae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## Version 2 08 Jan. 2024

- Fix decimal number highlighting
- Decimal numbers with a leading `.` are highlighted as error
- Fix string escape highlighting (only `\t`, `\n`, `\\` and `\'` are accepted)
- Invalid string escapes are highlighted as error

## Version 1 08 Dec. 2023

- Basic syntax highlighting: comments, control flow, keywords, operators, constants, function calls and definitions, global variables
- Code folding for maps `{}`, lists `[]` and 'blocks' `()`
- Minecraft API highlighting as `dsBuiltIn` only in call position
Expand Down

0 comments on commit a327fae

Please sign in to comment.