forked from norcalli/nvim-colorizer.lua
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: do not add tailwind colors to trie if tailwind == "lsp" * ref: refactors tailwind module * ref: update options parameter to ud_options to indicate it satisfies `user_default_options` * fix: before applying tailwind lsp highlights, clear default namespace for line * ref: removes colorizer.default_namespace. namespaces are available in constants module * ref: refactors tailwind module * feat: creates tailwind_names_parser, which will be used to parse tailwind class names from a data table in it's own namespace * ref: create namespace for tailwind names, which is cleared upon tailwind lsp highlighting when tailwind = "both" * feat: tailwind lsp only highlights visible rows * ref: rename utils.view_range to utils.visible_line_range * ref: use client:supports_method * feat: tailwind lsp results can be configured to be added to tailwind_names color map * ref: validate options during applying aliases * perf: tailwind LSP results are cached to be returned from WinScrolled event * feat: update tailwind named Trie from LSP results * doc: updates readme with tailwind information * fix(sass): pass in correct matcher.make function * fix(sass): use correct field name (COLOR_PARSER -> color_parser) * fix(sass): use updated hl_opts argument for colorizer.highlight * ref(sass): rename options key to ud_opts to remain consistent with plugin parameters * doc: updates readme
- Loading branch information
Showing
36 changed files
with
1,733 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.