aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStel Abrego <stel@stel.codes>2023-01-05 14:19:12 -0800
committerAkshay <anonymus.aki@gmail.com>2023-02-21 09:35:22 +0530
commit550332c5791c6cad6fc7a80c26104de1d00b4692 (patch)
tree4cb58c41c4d96438ce98a8cf844380a4b57217bf
parentchore(buffer): add hl_mode to nvim_buf_set_extmark() (diff)
docs: fix unquoted string in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e59a91a..2d1f368 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ library to do custom highlighting themselves.
-- True is same as normal
tailwind = false, -- Enable tailwind colors
-- 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 = "■",
},
-- all the sub-options of filetypes apply to buftypes