mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
9 lines
330 B
Scheme
9 lines
330 B
Scheme
; See runtime/queries/ecma/README.md for more info.
|
|
|
|
; inherits: ecma,_javascript
|
|
|
|
; `using` / `await using` resource-management declarations (TC39). Kept here
|
|
; rather than in shared ecma/ because the pinned typescript grammar has no
|
|
; `using` token yet (move to ecma when typescript gains it).
|
|
"using" @keyword.storage.modifier
|