Skip to content

Commit 294f1db

Browse files
describe features
1 parent 2675ff1 commit 294f1db

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Change Log
22
## Version 1 08 Dec. 2023
3-
- Basic syntax highlighting: comments, control flow, keywords, functions, global variables
3+
- Basic syntax highlighting: comments, control flow, keywords, operators, constants, function calls and definitions, global variables
44
- Code folding for maps `{}`, lists `[]` and 'blocks' `()`
55
- Minecraft API highlighting as `dsBuiltIn` only in call position
66
- Minecraft Event API highlighting as `dsOthers`
77
- Deprecated APIs are ~~strikethrough~~
8+
- Partial support for printf-like sequences in strings (e.g. `'%s %d %.2f'`)

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Kate is an open source, cross platform, versatile text editor made by KDE.
66

77
Scarpet is a scripting language for Minecraft supported by Gnembon's [Carpet Mod](https://github.com/gnembon/fabric-carpet).
88

9+
## Features
10+
11+
- Any complete theme is compatible as all styles used are default styles.
12+
- Syntax highlighting: comments, control flow, keywords, operators, constants, function calls and definitions, global variables and strings
13+
- Code folding for maps `{}`, lists `[]` and blocks `()`
14+
- Minecraft API highlighting
15+
- Minecraft Event API highlighting
16+
- Deprecated APIs are ~~strikethrough~~
17+
- Autocompletion for keywords and built-in functions
18+
- Partial support for printf-like sequences in strings (e.g. `'%s %d %.2f'`)
19+
920
## Screenshots
1021

1122
![Github Dark Theme Screenshot](./screenshot/github_dark.png "Github Dark Theme Screenshot")

0 commit comments

Comments
 (0)