feat(local-dev): add tcl and tk
This commit is contained in:
parent
da3cf14e5e
commit
b4b45a5456
3 changed files with 15 additions and 10 deletions
|
@ -104,6 +104,7 @@ return {
|
||||||
"phpdoc",
|
"phpdoc",
|
||||||
"python",
|
"python",
|
||||||
"rust",
|
"rust",
|
||||||
|
"tcl",
|
||||||
"templ",
|
"templ",
|
||||||
"toml",
|
"toml",
|
||||||
"tsx",
|
"tsx",
|
||||||
|
@ -120,20 +121,20 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
filetypes = { "*" },
|
filetypes = { "*" },
|
||||||
user_default_options = {
|
user_default_options = {
|
||||||
RGB = true, -- #RGB hex codes
|
RGB = true, -- #RGB hex codes
|
||||||
RRGGBB = true, -- #RRGGBB hex codes
|
RRGGBB = true, -- #RRGGBB hex codes
|
||||||
names = true, -- "Name" codes like Blue or blue
|
names = true, -- "Name" codes like Blue or blue
|
||||||
RRGGBBAA = false, -- #RRGGBBAA hex codes
|
RRGGBBAA = false, -- #RRGGBBAA hex codes
|
||||||
AARRGGBB = false, -- 0xAARRGGBB hex codes
|
AARRGGBB = false, -- 0xAARRGGBB hex codes
|
||||||
rgb_fn = true, -- CSS rgb() and rgba() functions
|
rgb_fn = true, -- CSS rgb() and rgba() functions
|
||||||
hsl_fn = true, -- CSS hsl() and hsla() functions
|
hsl_fn = true, -- CSS hsl() and hsla() functions
|
||||||
css = true, -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB
|
css = true, -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB
|
||||||
css_fn = true, -- Enable all CSS *functions*: rgb_fn, hsl_fn
|
css_fn = true, -- Enable all CSS *functions*: rgb_fn, hsl_fn
|
||||||
-- Available modes for `mode`: foreground, background, virtualtext
|
-- Available modes for `mode`: foreground, background, virtualtext
|
||||||
mode = "background", -- Set the display mode.
|
mode = "background", -- Set the display mode.
|
||||||
-- Available methods are false / true / "normal" / "lsp" / "both"
|
-- Available methods are false / true / "normal" / "lsp" / "both"
|
||||||
-- True is same as normal
|
-- True is same as normal
|
||||||
tailwind = true, -- Enable tailwind colors
|
tailwind = true, -- Enable tailwind colors
|
||||||
-- parsers can contain values used in |user_default_options|
|
-- parsers can contain values used in |user_default_options|
|
||||||
sass = { enable = false, parsers = { "css" } }, -- Enable sass colors
|
sass = { enable = false, parsers = { "css" } }, -- Enable sass colors
|
||||||
virtualtext = "■",
|
virtualtext = "■",
|
||||||
|
|
|
@ -91,6 +91,8 @@
|
||||||
ruff-lsp
|
ruff-lsp
|
||||||
stylelint
|
stylelint
|
||||||
symfony-cli
|
symfony-cli
|
||||||
|
tcl-9_0
|
||||||
|
tk-9_0
|
||||||
tree-sitter
|
tree-sitter
|
||||||
virt-manager
|
virt-manager
|
||||||
yarn
|
yarn
|
||||||
|
|
|
@ -113,6 +113,8 @@
|
||||||
stdenvNoCC
|
stdenvNoCC
|
||||||
stylelint
|
stylelint
|
||||||
symfony-cli
|
symfony-cli
|
||||||
|
tcl-9_0
|
||||||
|
tk-9_0
|
||||||
tree-sitter
|
tree-sitter
|
||||||
virt-manager
|
virt-manager
|
||||||
yarn
|
yarn
|
||||||
|
|
Loading…
Add table
Reference in a new issue