aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index b497485b53..ea4fa4d2a2 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -377,6 +377,8 @@ local extension = {
gv = 'dot',
drac = 'dracula',
drc = 'dracula',
+ lvs = 'dracula',
+ lpe = 'dracula',
dsp = detect.dsp,
dtd = 'dtd',
d = detect.dtrace,
@@ -2198,8 +2200,6 @@ local pattern = {
['^cvs%d+$'] = 'cvs',
['%.[Dd][Aa][Tt]$'] = detect.dat,
['^php%.ini%-'] = 'dosini',
- ['lpe$'] = 'dracula',
- ['lvs$'] = 'dracula',
['^drac%.'] = starsetf('dracula'),
['/dtrace/.*%.d$'] = 'dtrace',
['esmtprc$'] = 'esmtprc',