summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-20 21:27:20 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-20 21:27:20 +0000
commitc930a3cc82074f14f2674aa039ca46d961edb297 (patch)
treeb6a7c87afc4864aa264ae659e9acfe3f617d480c /runtime
parent35c54e56513137e58a649983fbab6c490820462e (diff)
updated for version 7.0074
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 4d561f2580..0639b5633d 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2005 May 18
+" Last Change: 2005 May 20
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -528,6 +528,9 @@ au BufNewFile,BufRead *esmtprc setf esmtprc
" ESQL-C
au BufNewFile,BufRead *.ec,*.EC setf esqlc
+" Esterel
+au BufNewFile,BufRead *.strl setf esterel
+
" Essbase script
au BufNewFile,BufRead *.csc setf csc