mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
live templates code sample: MarkdownTemplateProvider simplify
This commit is contained in:
parent
49587653ca
commit
ef7a76ce46
@ -10,6 +10,6 @@ public class MarkdownTemplateProvider implements DefaultLiveTemplatesProvider {
|
||||
@Nullable
|
||||
@Override
|
||||
public String[] getHiddenLiveTemplateFiles() {
|
||||
return new String[0];
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user