Docs: add exhaustive list of scoped objects
This commit is contained in:
parent
3afa32935f
commit
8b00d763e0
|
@ -2,9 +2,17 @@
|
||||||
|
|
||||||
== Description
|
== Description
|
||||||
|
|
||||||
Scopes are groups in which a particular Kakoune object (a variable,
|
Scopes are groups in which a particular Kakoune object can have different
|
||||||
hook, alias etc) can have different values, depending on the group the
|
values depending on the group the value was declared in.
|
||||||
value was declared in.
|
|
||||||
|
These scoped objects are:
|
||||||
|
|
||||||
|
- aliases (See <<commands#, `:doc commands`>>)
|
||||||
|
- faces (See <<faces#, `:doc faces`>>)
|
||||||
|
- highlighters (See <<highlighters#, `:doc highlighters`>>)
|
||||||
|
- hooks (See <<hooks#, `:doc hooks`>>)
|
||||||
|
- keymaps (See <<mapping#, `:doc mapping`>>)
|
||||||
|
- options (See <<options#, `:doc options`>>)
|
||||||
|
|
||||||
== Names and hierarchy
|
== Names and hierarchy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user