aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-02-23 16:12:01 -0500
committerGitHub <noreply@github.com>2023-02-23 22:12:01 +0100
commit5e1308b7caa89b458cc97d2db956379aa54ed68a (patch)
tree0c98927c1c63b0988bbf43494756a83966eafd67 /runtime/lua/vim
parent3f35ebb14dd8b1ceeef45c4f42949f14e3b54b88 (diff)
downloadrneovim-5e1308b7caa89b458cc97d2db956379aa54ed68a.tar.gz
rneovim-5e1308b7caa89b458cc97d2db956379aa54ed68a.tar.bz2
rneovim-5e1308b7caa89b458cc97d2db956379aa54ed68a.zip
vim-patch:9.0.1348: Un-grammar files are not recognized (#22383)
Problem: Un-grammar files are not recognized. Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes vim/vim#12034) https://github.com/vim/vim/commit/44e08c1cf83f5a50f8b21613551304a6651c1161
Diffstat (limited to 'runtime/lua/vim')
-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 ae3ad6f628..3a68b61914 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -1056,6 +1056,7 @@ local extension = {
uc = 'uc',
uit = 'uil',
uil = 'uil',
+ ungram = 'ungrammar',
sba = 'vb',
vb = 'vb',
dsm = 'vb',