diff runtime/filetype.vim @ 31857:a9d97517ac27 v9.0.1261

patch 9.0.1261: Elsa files are not recognized Commit: https://github.com/vim/vim/commit/2a99fe6c41efcd5d1eb47823e7e73cf391e230ba Author: Amaan Qureshi <amaanq12@gmail.com> Date: Sun Jan 29 17:50:14 2023 +0000 patch 9.0.1261: Elsa files are not recognized Problem: Elsa files are not recognized. Solution: Add a pattern for Elsa files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/11908)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Jan 2023 19:00:02 +0100
parents a89903efd329
children c46ad2a51854
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -629,6 +629,9 @@ au BufNewFile,BufRead *.elm			setf elm
 " Elm Filter Rules file
 au BufNewFile,BufRead filter-rules		setf elmfilt
 
+" Elsa - https://github.com/ucsd-progsys/elsa
+au BufNewFile,BufRead *.lc			setf elsa
+
 " ESMTP rc file
 au BufNewFile,BufRead *esmtprc			setf esmtprc