Skip to content

Commit

Permalink
Adjust tailwind backend name.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Aug 4, 2023
1 parent 22428dd commit 2495ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/search_tailwindcss_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ def search_symbols(self, prefix: str, ticker: int):
break

if ticker == self.search_ticker:
eval_in_emacs("lsp-bridge-search-backend--record-items", "tailwind-keywords", candidates)
eval_in_emacs("lsp-bridge-search-backend--record-items", "tailwind", candidates)
2 changes: 1 addition & 1 deletion lsp-bridge.el
Original file line number Diff line number Diff line change
Expand Up @@ -2268,7 +2268,7 @@ We need exclude `markdown-code-fontification:*' buffer in `lsp-bridge-monitor-be
("tabnine"
(setq-local acm-backend-tabnine-items items)
(setq-local acm-backend-tabnine-cache-candiates nil))
("tailwind-keywords"
("tailwind"
(setq-local acm-backend-tailwind-items items)
(setq-local acm-backend-tailwind-cache-candiates nil))
("paths"
Expand Down

0 comments on commit 2495ed8

Please sign in to comment.