mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
fix(gleam): update tests reflecting recent changes
This commit is contained in:
parent
c8c083e8ce
commit
4a4c475617
6 changed files with 103 additions and 102 deletions
|
|
@ -1,9 +1,9 @@
|
|||
pub fn main() {
|
||||
try x = Ok(1)
|
||||
// <- keyword
|
||||
// <- exception
|
||||
// ^ variable
|
||||
// ^ operator
|
||||
// ^ type
|
||||
// ^^ constant.builtin
|
||||
// ^ punctuation.bracket
|
||||
// ^ number
|
||||
// ^ punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue