mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-04 13:41:32 +00:00
idea: implement psi parser and the start of symbol declarations
This commit is contained in:
@ -11,6 +11,13 @@
|
||||
<lang.syntaxHighlighterFactory
|
||||
language="Pork"
|
||||
implementationClass="gay.pizza.pork.idea.PorkSyntaxHighlighterFactory"/>
|
||||
<lang.parserDefinition
|
||||
language="Pork"
|
||||
implementationClass="gay.pizza.pork.idea.PorkParserDefinition"/>
|
||||
<lang.commenter
|
||||
language="Pork"
|
||||
implementationClass="gay.pizza.pork.idea.PorkCommenter"/>
|
||||
<psi.declarationProvider implementation="gay.pizza.pork.idea.PorkSymbolDeclarationProvider"/>
|
||||
</extensions>
|
||||
|
||||
<applicationListeners>
|
||||
|
Reference in New Issue
Block a user