difftastic/vendored_parsers/tree-sitter-f-sharp/test/highlight/strings.fsx

8 lines
187 B
Plaintext

let str = $"2 + 2 = {2 + 2}"
//<- keyword.function
// ^ variable
// ^ string
// ^ number
// ^ number
// ^ string