Skip to content

Instantly share code, notes, and snippets.

@AlecKazakova
Last active December 29, 2018 21:17
Show Gist options
  • Save AlecKazakova/538be54cc37e6c4554c020c72f6ae1f9 to your computer and use it in GitHub Desktop.
Save AlecKazakova/538be54cc37e6c4554c020c72f6ae1f9 to your computer and use it in GitHub Desktop.
internal object SqliteParserUtil : ModuleParserUtil() {
internal var customSqliteParser: CustomSqliteParser = CustomSqliteParser()
@JvmStatic
fun typeNameExt(
builder: PsiBuilder,
level: Int,
type_name: Parser
): Boolean = customSqliteParser.typeName(builder, level, type_name)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment