diff --git a/doc/tailwind-tools.nvim.txt b/doc/tailwind-tools.nvim.txt index 6be3416..46346e6 100644 --- a/doc/tailwind-tools.nvim.txt +++ b/doc/tailwind-tools.nvim.txt @@ -1,4 +1,4 @@ -*tailwind-tools.nvim.txt* For NVIM v0.9.0 Last change: 2024 September 03 +*tailwind-tools.nvim.txt* For NVIM v0.9.0 Last change: 2024 September 26 [!IMPORTANT] This plugin is a community project and is **NOT** officially supported by Tailwind Labs . @@ -129,7 +129,7 @@ Here is the default configuration: extension = { queries = {}, -- a list of filetypes having custom `class` queries patterns = { -- a map of filetypes to Lua pattern lists - -- exmaple: + -- example: -- rust = { "class=[\"']([^\"']+)[\"']" }, -- javascript = { "clsx%(([^)]+)%)" }, }, @@ -249,7 +249,7 @@ store queries in the following way: The `class.scm` file should contain a query used to extract the class values for a given filetype. The class value should be captured using `@tailwind`, as -shown in the follwing example: +shown in the following example: >scheme ; queries/myfiletype/class.scm @@ -312,7 +312,7 @@ Here are some related projects: - tailwind-sorter.nvim (uses external scripts) - tailwind-fold (vscode extension) - tailwind-fold.nvim -- document-color.nvim (archieved) +- document-color.nvim (archived) CONTRIBUTING *tailwind-tools.nvim-contributing*