mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
feat(gleam,luau): use @keyword.type captures (#7181)
This commit is contained in:
parent
a1b791604b
commit
679883ad31
3 changed files with 8 additions and 8 deletions
|
|
@ -4,10 +4,11 @@
|
|||
"let"
|
||||
"panic"
|
||||
"todo"
|
||||
"type"
|
||||
"use"
|
||||
] @keyword
|
||||
|
||||
"type" @keyword.type
|
||||
|
||||
; Function Keywords
|
||||
"fn" @keyword.function
|
||||
|
||||
|
|
|
|||
|
|
@ -4,10 +4,9 @@
|
|||
; Keywords
|
||||
"return" @keyword.return
|
||||
|
||||
[
|
||||
"local"
|
||||
"type"
|
||||
] @keyword
|
||||
"local" @keyword
|
||||
|
||||
"type" @keyword.type
|
||||
|
||||
"export" @keyword.import
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue