tree-sitter-bp/test/highlight/litterals.bp

20 lines
254 B
Plaintext
Raw Normal View History

2024-04-08 21:47:55 +02:00
foo = 0
// ^ number
foo = -42
// ^ number
foo = true
// ^ boolean
foo = "foo\nbar"
// ^ string
// ^ string.escape
// ^ string.escape
// ^ string
// ^ string
foo = `baz`
// ^ string
// ^ string