aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-02-02 12:20:42 -0500
committerTim Harder <radhermit@gentoo.org>2016-02-02 12:20:42 -0500
commit2425e0208698bc9e369b14fea04e9a56ac393175 (patch)
tree032ea1cfb9331f0aef7c7b3eb39e0ec74c7e12c0 /Makefile
parentAdded filetypes for Gentoo files that derive from conf.vim or sh.vim (diff)
downloadgentoo-syntax-2425e0208698bc9e369b14fea04e9a56ac393175.tar.gz
gentoo-syntax-2425e0208698bc9e369b14fea04e9a56ac393175.tar.bz2
gentoo-syntax-2425e0208698bc9e369b14fea04e9a56ac393175.zip
update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a585b64..6aea075 100644
--- a/Makefile
+++ b/Makefile
@@ -18,12 +18,22 @@ files_doc = \
doc/gentoo-syntax.txt
files_ftdetect = \
- ftdetect/gentoo.vim \
- ftplugin/ebuild.vim
+ ftdetect/gentoo.vim
files_ftplugin = \
+ ftplugin/ebuild.vim \
ftplugin/gentoo-changelog.vim \
- ftplugin/gentoo-metadata.vim
+ ftplugin/gentoo-conf-d.vim \
+ ftplugin/gentoo-env-d.vim \
+ ftplugin/gentoo-init-d.vim \
+ ftplugin/gentoo-make-conf.vim \
+ ftplugin/gentoo-metadata.vim \
+ ftplugin/gentoo-package-keywords.vim \
+ ftplugin/gentoo-package-license.vim \
+ ftplugin/gentoo-package-mask.vim \
+ ftplugin/gentoo-package-properties.vim \
+ ftplugin/gentoo-package-use.vim \
+ ftplugin/gentoo-package-use-desc.vim
files_indent = \
indent/ebuild.vim \