summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 97b3d64504..d68c273bc7 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -653,6 +653,9 @@ au BufNewFile,BufRead filter-rules setf elmfilt
" Elsa - https://github.com/ucsd-progsys/elsa
au BufNewFile,BufRead *.lc setf elsa
+" EdgeDB Schema Definition Language
+au BufNewFile,BufRead *.esdl setf esdl
+
" ESMTP rc file
au BufNewFile,BufRead *esmtprc setf esmtprc