diff options
author | shadmansaleh <shadmansaleh3@gmail.com> | 2021-06-02 09:32:37 +0600 |
---|---|---|
committer | shadmansaleh <shadmansaleh3@gmail.com> | 2021-06-11 01:01:02 +0600 |
commit | 1e6c02510afd79659519f2a69075b36784134322 (patch) | |
tree | 7fbaef25232965a5a9aa074c730ae71f981e6c74 /runtime | |
parent | 687eb0b39f3bcad9566198b4c60bbd2755032991 (diff) | |
download | rneovim-1e6c02510afd79659519f2a69075b36784134322.tar.gz rneovim-1e6c02510afd79659519f2a69075b36784134322.tar.bz2 rneovim-1e6c02510afd79659519f2a69075b36784134322.zip |
feat(runtime): Allow lua to be used in colorschemes
* tests(runtime): move runtime/plugin tests to functional/lua/runtime_spec
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/syntax.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index b159f655fa..bf649b5940 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4749,8 +4749,9 @@ in their own color. feature it will output "unknown". :colo[rscheme] {name} Load color scheme {name}. This searches 'runtimepath' - for the file "colors/{name}.vim". The first one that + for the file "colors/{name}.(vim|lua)". The first one that is found is loaded. + Note: "colors/{name}.vim" is tried first. Also searches all plugins in 'packpath', first below "start" and then under "opt". |