22 lines
307 B
Lua
22 lines
307 B
Lua
return {
|
|
|
|
cmd = { "cssmodules-language-server" },
|
|
filetypes = {
|
|
"typescript",
|
|
"typescriptreact",
|
|
"typescript.tsx",
|
|
"javascript",
|
|
"javascriptreact",
|
|
"javascript.jsx",
|
|
"js",
|
|
"jsx",
|
|
"ts",
|
|
"tsx",
|
|
},
|
|
root_markers = { ".git" },
|
|
settings = {},
|
|
init_options = {
|
|
camelCase = false,
|
|
},
|
|
}
|