mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
vim-patch:9.1.0076: luau config file not detected
Problem: luau config file not detected
(lopy)
Solution: Detect it as jsonc
(lopy)
fixes: vim/vim#13960
closes: vim/vim#13970
de7f5bde6c
Co-authored-by: lopy <70210066+lopi-py@users.noreply.github.com>
This commit is contained in:
@@ -1341,6 +1341,7 @@ local filename = {
|
||||
['.hintrc'] = 'jsonc',
|
||||
['.jsfmtrc'] = 'jsonc',
|
||||
['.jshintrc'] = 'jsonc',
|
||||
['.luaurc'] = 'jsonc',
|
||||
['.swrc'] = 'jsonc',
|
||||
['.justfile'] = 'just',
|
||||
Kconfig = 'kconfig',
|
||||
|
Reference in New Issue
Block a user