diff options
author | Teddy Wing | 2018-11-21 23:01:48 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-21 23:01:48 +0100 |
commit | 1582aa61c23eb1be855c3be88da3fff7e268d835 (patch) | |
tree | a4273885b61946e56eba191ea6a926201556b38d | |
parent | cd8f363bb16c21f0ff8002eb2cc5ad43934d8215 (diff) | |
download | vim-dome-key-1582aa61c23eb1be855c3be88da3fff7e268d835.tar.bz2 |
Add :help documentation
-rw-r--r-- | doc/dome_key.txt | 31 | ||||
-rw-r--r-- | doc/tags | 3 |
2 files changed, 34 insertions, 0 deletions
diff --git a/doc/dome_key.txt b/doc/dome_key.txt new file mode 100644 index 0000000..8d7bac8 --- /dev/null +++ b/doc/dome_key.txt @@ -0,0 +1,31 @@ +*dome_key.txt* Syntax plugin for the DomeKey mapping language + +Author: Teddy Wing <http://teddywing.com> +License: GPLv3+ +Version: 1.0.0 + +============================================================================== +INTRODUCTION *dome_key* + +Provides syntax highlighting and comment support for the DomeKey +(https://domekey.teddywing.com/) mapping language. + +============================================================================== +LICENSE *dome_key-license* + +Copyright (c) 2018 Teddy Wing + +Vim-Dome-Key is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Vim-Dome-Key is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Vim-Dome-Key. If not, see <http://www.gnu.org/licenses/>. + + vim:tw=78:ts=8:ft=help:norl: diff --git a/doc/tags b/doc/tags new file mode 100644 index 0000000..db85c48 --- /dev/null +++ b/doc/tags @@ -0,0 +1,3 @@ +dome_key dome_key.txt /*dome_key* +dome_key-license dome_key.txt /*dome_key-license* +dome_key.txt dome_key.txt /*dome_key.txt* |