Skip to content

Instantly share code, notes, and snippets.

@neher
neher / gist:f5e86fe8d213f214166a
Created December 12, 2014 18:39
Asciidoc bnf
{
parserClass="vietj.intellij.asciidoc.AsciiDocParser"
extends="com.intellij.extapi.psi.ASTWrapperPsiElement"
psiClassPrefix="AsciiDoc"
psiImplClassSuffix="Impl"
psiPackage="vietj.intellij.asciidoc.psi"
psiImplPackage="vietj.intellij.asciidoc.psi.impl"