diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..97a368f --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +A filetype plugin for [vim][] to add syntax highlighting to Debian [preseed][] +files. + +This plugin seems to work for me. Yet this is my first attempt at publishing a +vim plugin. I am fully aware the pattern matching should be possible to do more +cleanly. One could also imagine wishing to use the WarningMsg group, and place +known broken syntax (such as leading spaces in values) in it. It is unlikely to +be any further feature development on this by me, but my aim is to maintain the +code. Patches are welcome, as is positive and constructive feedback. + +Provided under MIT No Attribution License. Relicensing will be immediately done +on request, if needed for inclusion in the vim official source tree or as part +of its debian package. + +[vim]: https://www.vim.org/ +[preseed]: https://wiki.debian.org/DebianInstaller/Preseed |