Skip to content

Commit c0a6b04

Browse files
committed
fix(docs): reorder grapple.scope_definition fields
1 parent ca3b2aa commit c0a6b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/grapple/settings.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ local DEFAULT_SETTINGS = {
5757

5858
---@class grapple.scope_definition
5959
---@field name string
60+
---@field resolver grapple.scope_resolver
6061
---@field desc? string
6162
---@field force? boolean
6263
---@field fallback? string name of scope to fall back on
6364
---@field cache? grapple.cache.options | boolean
6465
---@field priority? integer
6566
---@field hidden? boolean
6667
---@field delete? boolean
67-
---@field resolver grapple.scope_resolver
6868

6969
---Default scopes provided by Grapple
7070
---For more information about default scopes, please see the Scopes section

0 commit comments

Comments
 (0)