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",
|
||||
"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 = "■",
|
||||
|
|
|
@ -91,6 +91,8 @@
|
|||
ruff-lsp
|
||||
stylelint
|
||||
symfony-cli
|
||||
tcl-9_0
|
||||
tk-9_0
|
||||
tree-sitter
|
||||
virt-manager
|
||||
yarn
|
||||
|
|
|
@ -113,6 +113,8 @@
|
|||
stdenvNoCC
|
||||
stylelint
|
||||
symfony-cli
|
||||
tcl-9_0
|
||||
tk-9_0
|
||||
tree-sitter
|
||||
virt-manager
|
||||
yarn
|
||||
|
|
Loading…
Add table
Reference in a new issue