Skip to content

Commit

Permalink
docs: auto generate
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison authored and github-actions[bot] committed Sep 26, 2024
1 parent 7660751 commit 4b2d88c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/tailwind-tools.nvim.txt
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/tailwindlabs>.
Expand Down Expand Up @@ -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%(([^)]+)%)" },
},
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -312,7 +312,7 @@ Here are some related projects:
- tailwind-sorter.nvim <https://github.com/laytan/tailwind-sorter.nvim> (uses external scripts)
- tailwind-fold <https://github.com/stivoat/tailwind-fold> (vscode extension)
- tailwind-fold.nvim <https://github.com/razak17/tailwind-fold.nvim>
- document-color.nvim <https://github.com/mrshmllow/document-color.nvim> (archieved)
- document-color.nvim <https://github.com/mrshmllow/document-color.nvim> (archived)


CONTRIBUTING *tailwind-tools.nvim-contributing*
Expand Down

0 comments on commit 4b2d88c

Please sign in to comment.