mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 08:02:38 +00:00
vim-patch:9.1.0738: filetype: rapid files are not recognized
Problem: filetype: rapid files are not recognized
Solution: detect '*.sysx' and '*.modx' as rapid filetype
(KnoP-01)
closes: vim/vim#15669
fdcb08264d
Co-authored-by: KnoP-01 <knosowski@graeffrobotics.de>
This commit is contained in:
@@ -967,6 +967,16 @@ local extension = {
|
||||
t6 = 'raku',
|
||||
p6 = 'raku',
|
||||
raml = 'raml',
|
||||
sysx = 'rapid',
|
||||
sysX = 'rapid',
|
||||
Sysx = 'rapid',
|
||||
SysX = 'rapid',
|
||||
SYSX = 'rapid',
|
||||
modx = 'rapid',
|
||||
modX = 'rapid',
|
||||
Modx = 'rapid',
|
||||
ModX = 'rapid',
|
||||
MODX = 'rapid',
|
||||
rasi = 'rasi',
|
||||
rbs = 'rbs',
|
||||
rego = 'rego',
|
||||
|
||||
Reference in New Issue
Block a user