diff options
Diffstat (limited to 'runtime/lua')
| -rw-r--r-- | runtime/lua/vim/filetype.lua | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index 5ae4e508ef..c412364461 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -565,6 +565,7 @@ local extension = {    libsonnet = 'jsonnet',    jsp = 'jsp',    jl = 'julia', +  just = 'just',    kdl = 'kdl',    kv = 'kivy',    kix = 'kix', @@ -1331,6 +1332,7 @@ local filename = {    ['.jsfmtrc'] = 'jsonc',    ['.jshintrc'] = 'jsonc',    ['.swrc'] = 'jsonc', +  ['.justfile'] = 'just',    Kconfig = 'kconfig',    ['Kconfig.debug'] = 'kconfig',    ['lftp.conf'] = 'lftp', @@ -1715,6 +1717,7 @@ local pattern = {    ['org%.eclipse%..*%.prefs'] = 'jproperties',    ['.*%.properties_.._.._.*'] = starsetf('jproperties'),    ['[jt]sconfig.*%.json'] = 'jsonc', +  ['[jJ]ustfile'] = 'just',    ['Kconfig%..*'] = starsetf('kconfig'),    ['.*%.[Ss][Uu][Bb]'] = 'krl',    ['lilo%.conf.*'] = starsetf('lilo'), | 
