branch: externals/company
commit 10bfa4d7ac2203ed47478f6ef487c22f083237c3
Author: condy <[email protected]>
Commit: condy <[email protected]>
company-tempo: Add snippet hint
---
company-tempo.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/company-tempo.el b/company-tempo.el
index ccf44e879e..639de95c7a 100644
--- a/company-tempo.el
+++ b/company-tempo.el
@@ -63,6 +63,7 @@
(interactive (company-begin-backend 'company-tempo))
(prefix (or (car (tempo-find-match-string tempo-match-finder)) ""))
(candidates (all-completions arg (tempo-build-collection)))
+ (kind 'snippet)
(meta (company-tempo-meta arg))
(post-completion (when company-tempo-expand (company-tempo-insert arg)))
(sorted t)))