summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-03-19 21:57:07 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-19 21:57:07 +0000
commita1fa8b3ac2f7b54c7901ad3eb0ba8b8290912509 (patch)
tree96d46bde044d0897baba21432f553dbf4dccef97 /runtime
parente6d40dcdc7227594935d2db01eca29f0e575dcee (diff)
downloadvim-git-a1fa8b3ac2f7b54c7901ad3eb0ba8b8290912509.tar.gz
patch 9.0.1417: ESDL files are not recognizedv9.0.1417
Problem: ESDL files are not recognized. Solution: Add a pattern for ESDL files. (Amaan Qureshi, closes #12174)
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 97b3d6450..d68c273bc 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