LiquidCompletionConfig
constructor(filters: List<Completion>? = null, tags: List<Completion>? = null, variables: List<Completion>? = null, properties: (List<String>, EditorState, CompletionContext) -> List<Completion>? = null)