diff --git a/core/search_tailwindcss_keywords.py b/core/search_tailwindcss_keywords.py index 875987e2f2..0a79b9bf39 100644 --- a/core/search_tailwindcss_keywords.py +++ b/core/search_tailwindcss_keywords.py @@ -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) diff --git a/lsp-bridge.el b/lsp-bridge.el index bee485aaff..9e30d071b6 100644 --- a/lsp-bridge.el +++ b/lsp-bridge.el @@ -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"