aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-03-08 18:19:18 -0500
committerGitHub <noreply@github.com>2023-03-09 00:19:18 +0100
commitae70e946eeaec792c9a87a89fea7141b5ee6a33c (patch)
tree3bc121311bad222155eacf0de88f023f278fe732 /runtime/lua
parent6dd9770baf16abfedba667e93d92899602864645 (diff)
downloadrneovim-ae70e946eeaec792c9a87a89fea7141b5ee6a33c.tar.gz
rneovim-ae70e946eeaec792c9a87a89fea7141b5ee6a33c.tar.bz2
rneovim-ae70e946eeaec792c9a87a89fea7141b5ee6a33c.zip
vim-patch:9.0.1395: Odin files are not recognized (#22580)
Problem: Odin files are not recognized. Solution: Add a pattern for Odin files. (Amaan Qureshi, closes vim/vim#12122) https://github.com/vim/vim/commit/638388b8ef37684e36a7f5d9286bab2d31c28f36
Diffstat (limited to 'runtime/lua')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 33324f580a..8238fec2cc 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -751,6 +751,7 @@ local extension = {
mli = 'ocaml',
ml = 'ocaml',
occ = 'occam',
+ odin = 'odin',
xom = 'omnimark',
xin = 'omnimark',
opam = 'opam',