Refresh generated neovim config
This commit is contained in:
@ -60,7 +60,7 @@ M.config = {
|
||||
languages = {
|
||||
-- Languages that have a single comment style
|
||||
astro = '<!-- %s -->',
|
||||
c = { __default = '// %s', __multiline = '/* %s */' },
|
||||
c = '/* %s */',
|
||||
cpp = { __default = '// %s', __multiline = '/* %s */' },
|
||||
css = '/* %s */',
|
||||
cue = '// %s',
|
||||
@ -106,6 +106,10 @@ M.config = {
|
||||
statement_block = { __default = '// %s', __multiline = '/* %s */' },
|
||||
spread_element = { __default = '// %s', __multiline = '/* %s */' },
|
||||
},
|
||||
templ = {
|
||||
__default = '// %s',
|
||||
component_block = '<!-- %s -->',
|
||||
},
|
||||
},
|
||||
|
||||
---@deprecated Use the languages configuration instead!
|
||||
|
||||
Reference in New Issue
Block a user