summaryrefslogtreecommitdiff
path: root/data/syntax-highlighting/vim/indent/meson.vim
diff options
context:
space:
mode:
authorLiam Beguin <lvb@xiphos.com>2019-10-17 18:24:12 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2019-10-18 01:24:12 +0300
commitaf11f9207100aedad47058385618211358e0992f (patch)
treece1ac321e07cc738f7949293086e52c2e377d024 /data/syntax-highlighting/vim/indent/meson.vim
parentecaba8c2348f65979e331ffb78100213812eb65d (diff)
downloadmeson-af11f9207100aedad47058385618211358e0992f.tar.gz
syntax-highlighting: vim: add license header [skip ci]
Add a license header before getting them in the Vim runtime.
Diffstat (limited to 'data/syntax-highlighting/vim/indent/meson.vim')
-rw-r--r--data/syntax-highlighting/vim/indent/meson.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/syntax-highlighting/vim/indent/meson.vim b/data/syntax-highlighting/vim/indent/meson.vim
index a6444dcf9..f73e3b92d 100644
--- a/data/syntax-highlighting/vim/indent/meson.vim
+++ b/data/syntax-highlighting/vim/indent/meson.vim
@@ -1,5 +1,6 @@
" Vim indent file
" Language: Meson
+" License: VIM License
" Maintainer: Nirbheek Chauhan <nirbheek.chauhan@gmail.com>
" Original Authors: David Bustos <bustos@caltech.edu>
" Bram Moolenaar <Bram@vim.org>