feat: standardize and document export keywords

Many export keywords are captured as `@keyword.import`. This commit
makes it so they are all captured like that, and mentions it in the
documentation.
This commit is contained in:
Riley Bruins 2024-05-12 18:00:55 -07:00 committed by Christian Clason
parent 0d2c80b4d0
commit d5a1c2b0c8
11 changed files with 22 additions and 29 deletions

View file

@ -20,7 +20,10 @@
(#lua-match? @constant "^[A-Z_]+$"))
; Includes
"use" @keyword.import
[
"use"
"export"
] @keyword.import
(use_statement
(scoped_type_identifier
@ -41,7 +44,6 @@
; Keywords
[
"def"
"export"
"let"
] @keyword