aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-09 16:39:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-09 16:56:43 +1200
commitd4818329bf021e015ea92705b7bb417e78edbdef (patch)
tree52471ee5b5990bebb40b7d555676e5a56a6b3fc7 /README.md
downloadvim-html-spelllang-0.1.0.tar.gz (sig)
vim-html-spelllang-0.1.0.zip
Commit first versionv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9ce511d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+html\_spelllang.vim
+===================
+
+This filetype plugin for HTML searches for `<html>`, `<body>`, and `<main>`
+elements, and attempts to set the `'spelllang'` option appropriately if it
+detects that spelling files exist corresponding to any `lang=` attribute
+defined for the lattermost instances of these elements within the first 128
+lines.
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+See `:help license`.
+
+[1]: https://sanctum.geek.nz/