Skip to content

Commit

Permalink
feat(luau): update queries from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed May 22, 2024
1 parent 7add411 commit 14db043
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions queries/luau/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,10 @@
(identifier) @variable

; Types
(type
(identifier) @type)
(type/identifier) @type

(type
(generic_type
(identifier) @type))
(generic_type
(identifier) @type)

(builtin_type) @type.builtin

Expand All @@ -163,6 +161,8 @@
((identifier) @variable.builtin
(#eq? @variable.builtin "self"))

"..." @variable.builtin

((identifier) @module.builtin
(#any-of? @module.builtin "_G" "debug" "io" "jit" "math" "os" "package" "string" "table" "utf8"))

Expand Down

0 comments on commit 14db043

Please sign in to comment.