Vim highlight
This commit is contained in:
parent
273a0dc63b
commit
3ff54b0f44
2 changed files with 9 additions and 2 deletions
|
@ -6,7 +6,11 @@ sources:
|
|||
- https://git.sr.ht/~mzhang/e0
|
||||
secrets:
|
||||
- 0b26b413-7901-41c3-a4e2-3c752228ffcb
|
||||
environment:
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: "true"
|
||||
tasks:
|
||||
- setup: |
|
||||
rustup default nightly
|
||||
- test: |
|
||||
cd e0
|
||||
cargo test --all
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
syntax keyword e0Conditional if else
|
||||
syntax keyword e0PrimitiveType int
|
||||
syntax keyword e0Function fn
|
||||
syntax keyword e0Statement return
|
||||
syntax keyword e0Function fn return
|
||||
|
||||
highlight default link e0Conditional Conditional
|
||||
highlight default link e0PrimitiveType Type
|
||||
highlight default link e0Function Keyword
|
||||
|
|
Loading…
Reference in a new issue