feat (report): Progress on report.

This commit is contained in:
Henri Saudubray 2025-08-16 18:16:20 +02:00
parent 36806f9af5
commit 5d40900390
Signed by: hms
GPG key ID: 7065F57ED8856128
7 changed files with 3019 additions and 189 deletions

View file

@ -6,20 +6,30 @@ scope: source
contexts:
main:
- match: \b(let|in|where|rec|and|local)\b
- match: \b(val|let|in|where|rec|and|local)\b
scope: keyword.control
- match: \b(if|then|else)\b
- match: \b(if|then|else|match|with)\b
scope: keyword.control.conditional
- match: \b(hybrid|node)\b
scope: keyword.control
- match: \b(up|assert|der|init|reset|last)\b
scope: entity.name.constant
- match: \b(period|up|assert|der|init|reset|present|last|fby|pre)\b
scope: keyword.control
- match: \b(float|int)\b
scope: entity.name.type
- match: \b[0-9]*(\.[0-9]+)?\b
scope: constant
- match: \b(true|false)\b
scope: constant
- match: '"'
push: string
- match: \(\*
push: comment