vim-patch:9.0.1291: Move language files are not recognized (#22162)

Problem:    Move language files are not recognized.
Solution:   Recognize Move language files. (Amaan Qureshi, closes vim/vim#11947)

6642982bea

Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
Christian Clason 2023-02-08 09:47:55 +01:00 committed by GitHub
parent 81c5483dcb
commit 1ca4a8b1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -692,6 +692,7 @@ local extension = {
isc = 'monk',
moo = 'moo',
moon = 'moonscript',
move = 'move',
mp = 'mp',
mpiv = function(path, bufnr)
return 'mp', function(b)

View File

@ -381,6 +381,7 @@ let s:filename_checks = {
\ 'monk': ['file.isc', 'file.monk', 'file.ssc', 'file.tsc'],
\ 'moo': ['file.moo'],
\ 'moonscript': ['file.moon'],
\ 'move': ['file.move'],
\ 'mp': ['file.mp', 'file.mpxl', 'file.mpiv', 'file.mpvi'],
\ 'mplayerconf': ['mplayer.conf', '/.mplayer/config', 'any/.mplayer/config'],
\ 'mrxvtrc': ['mrxvtrc', '.mrxvtrc'],