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

9 lines
167 B
Plaintext

let f x = x + 1
// <- keyword.function
// ^ function
// ^ variable.parameter
// ^ operator
// ^ variable
// ^ operator
// ^ number