feat (report): Progress on report.
This commit is contained in:
parent
36806f9af5
commit
5d40900390
7 changed files with 3019 additions and 189 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue