File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -783,6 +783,8 @@ Parameters ~
783
783
used to find snippet files, as in | MiniSnippets.gen_loader.from_runtime() | .
784
784
Patterns will be processed in order. With | MiniSnippets.default_prepare() |
785
785
it means if snippets have same prefix, data from later patterns is used.
786
+ To interactively check the current language with default context, execute
787
+ `:= MiniSnippets.default_prepare ({})` and see data in the second table.
786
788
787
789
Default pattern array (for non-empty language) is constructed as to read
788
790
`* .json` and `* .lua ` files that are:
Original file line number Diff line number Diff line change @@ -830,6 +830,8 @@ MiniSnippets.gen_loader = {}
830
830
--- used to find snippet files, as in |MiniSnippets.gen_loader.from_runtime()|.
831
831
--- Patterns will be processed in order. With |MiniSnippets.default_prepare()|
832
832
--- it means if snippets have same prefix, data from later patterns is used.
833
+ --- To interactively check the current language with default context, execute
834
+ --- `:=MiniSnippets.default_prepare({})` and see data in the second table.
833
835
---
834
836
--- Default pattern array (for non-empty language) is constructed as to read
835
837
--- `*.json` and `*.lua` files that are:
You can’t perform that action at this time.
0 commit comments