Gleam highlight tests

This commit is contained in:
Connor Lay (Clay) 2022-02-12 17:58:14 -08:00 committed by Stephan Seitz
parent b62750e328
commit 00dce44780
8 changed files with 290 additions and 4 deletions

View file

@ -0,0 +1,13 @@
pub fn main() {
assert Ok(i) = parse_int("123")
// <- exception
// ^ type
// ^ punctuation.bracket
// ^ variable
// ^ punctuation.bracket
// ^ operator
// ^ function
// ^ punctuation.bracket
// ^ string
// ^ punctuation.bracket
}