feat(local-dev): add tcl and tk

This commit is contained in:
Florian Schmitt 2025-03-01 12:47:45 +03:00
parent da3cf14e5e
commit b4b45a5456
3 changed files with 15 additions and 10 deletions

View file

@ -104,6 +104,7 @@ return {
"phpdoc",
"python",
"rust",
"tcl",
"templ",
"toml",
"tsx",
@ -120,20 +121,20 @@ return {
opts = {
filetypes = { "*" },
user_default_options = {
RGB = true, -- #RGB hex codes
RRGGBB = true, -- #RRGGBB hex codes
names = true, -- "Name" codes like Blue or blue
RRGGBBAA = false, -- #RRGGBBAA hex codes
AARRGGBB = false, -- 0xAARRGGBB hex codes
rgb_fn = true, -- CSS rgb() and rgba() functions
hsl_fn = true, -- CSS hsl() and hsla() functions
css = true, -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB
css_fn = true, -- Enable all CSS *functions*: rgb_fn, hsl_fn
RGB = true, -- #RGB hex codes
RRGGBB = true, -- #RRGGBB hex codes
names = true, -- "Name" codes like Blue or blue
RRGGBBAA = false, -- #RRGGBBAA hex codes
AARRGGBB = false, -- 0xAARRGGBB hex codes
rgb_fn = true, -- CSS rgb() and rgba() functions
hsl_fn = true, -- CSS hsl() and hsla() functions
css = true, -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB
css_fn = true, -- Enable all CSS *functions*: rgb_fn, hsl_fn
-- Available modes for `mode`: foreground, background, virtualtext
mode = "background", -- Set the display mode.
-- Available methods are false / true / "normal" / "lsp" / "both"
-- True is same as normal
tailwind = true, -- Enable tailwind colors
tailwind = true, -- Enable tailwind colors
-- parsers can contain values used in |user_default_options|
sass = { enable = false, parsers = { "css" } }, -- Enable sass colors
virtualtext = "",

View file

@ -91,6 +91,8 @@
ruff-lsp
stylelint
symfony-cli
tcl-9_0
tk-9_0
tree-sitter
virt-manager
yarn

View file

@ -113,6 +113,8 @@
stdenvNoCC
stylelint
symfony-cli
tcl-9_0
tk-9_0
tree-sitter
virt-manager
yarn