git » fp-git.git » commit 12ae7a8

vim autodetect syntax: states.conf is now main.conf + titles.conf

author dessaya
2005-03-10 14:49:52 UTC
committer dessaya
2005-03-10 14:49:52 UTC
parent 4ae30a407a1d7511d863784aae65087595524568

vim autodetect syntax: states.conf is now main.conf + titles.conf

stuff/vimsyntax/ftdetect/fpconf.vim +2 -1
stuff/vimsyntax/ftdetect/fpstates.vim +2 -1

diff --git a/stuff/vimsyntax/ftdetect/fpconf.vim b/stuff/vimsyntax/ftdetect/fpconf.vim
index 2cd4df7..a8e67b1 100644
--- a/stuff/vimsyntax/ftdetect/fpconf.vim
+++ b/stuff/vimsyntax/ftdetect/fpconf.vim
@@ -1,3 +1,4 @@
-au BufRead,BufNewFile states.conf			set filetype=fpstates
+au BufRead,BufNewFile main.conf			set filetype=fpstates
+au BufRead,BufNewFile titles.conf			set filetype=fpstates
 au BufRead,BufNewFile flags.conf			set filetype=fpflags
 au BufRead,BufNewFile tiles.conf			set filetype=fptiles
diff --git a/stuff/vimsyntax/ftdetect/fpstates.vim b/stuff/vimsyntax/ftdetect/fpstates.vim
index 2cd4df7..a8e67b1 100644
--- a/stuff/vimsyntax/ftdetect/fpstates.vim
+++ b/stuff/vimsyntax/ftdetect/fpstates.vim
@@ -1,3 +1,4 @@
-au BufRead,BufNewFile states.conf			set filetype=fpstates
+au BufRead,BufNewFile main.conf			set filetype=fpstates
+au BufRead,BufNewFile titles.conf			set filetype=fpstates
 au BufRead,BufNewFile flags.conf			set filetype=fpflags
 au BufRead,BufNewFile tiles.conf			set filetype=fptiles