feat: presentation
This commit is contained in:
parent
f2c545ce2c
commit
ec36d7a89b
8 changed files with 1826 additions and 9810 deletions
|
|
@ -6,7 +6,7 @@ scope: source
|
|||
|
||||
contexts:
|
||||
main:
|
||||
- match: \b(val|let|in|where|rec|and|local)\b
|
||||
- match: \b(type|val|let|in|where|rec|and|local)\b
|
||||
scope: keyword.control
|
||||
|
||||
- match: \b(if|then|else|match|with)\b
|
||||
|
|
@ -18,7 +18,7 @@ contexts:
|
|||
- match: \b(period|up|assert|der|init|reset|present|last|fby|pre)\b
|
||||
scope: keyword.control
|
||||
|
||||
- match: \b(float|int)\b
|
||||
- match: \b(float|int|bool)\b
|
||||
scope: entity.name.type
|
||||
|
||||
- match: \b[0-9]*(\.[0-9]+)?\b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue