Skip to content

Commit c9ed445

Browse files
committed
Follow SuggestionProvider renaming
1 parent 2237479 commit c9ed445

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This plug-in provides Emoji support for GitBucket.
44

55
- Convert Emoji directives in Markdown or other places as images
6-
- Completion Emoji directives in the textarea
6+
- Suggest Emoji directives in the textarea
77

88
![Completion Emoji in textarea](emoji.png)
99

src/main/scala/Plugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2424
}
2525
)
2626

27-
override val completionProposalProviders = Seq(
28-
new CompletionProposalProvider {
27+
override val suggestionProviders = Seq(
28+
new SuggestionProvider {
2929
override val id: String = "emoji"
3030
override val prefix: String = ":"
3131
override val suffix: String = ": "

0 commit comments

Comments
 (0)