mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-05 22:21:32 +00:00
pork: it's got it all, ffi, state machine tokenizer, and better IDE support
This commit is contained in:
@ -26,6 +26,15 @@
|
||||
<lang.elementManipulator
|
||||
implementationClass="gay.pizza.pork.idea.PorkElementManipulator"
|
||||
forClass="gay.pizza.pork.idea.psi.gen.PorkElement"/>
|
||||
<codeInsight.parameterNameHints
|
||||
language="Pork"
|
||||
implementationClass="gay.pizza.pork.idea.PorkInlayParameterHintsProvider"/>
|
||||
<lang.quoteHandler
|
||||
language="Pork"
|
||||
implementationClass="gay.pizza.pork.idea.PorkQuoteHandler"/>
|
||||
<!-- <codeInsight.parameterInfo
|
||||
language="Pork"
|
||||
implementationClass="gay.pizza.pork.idea.PorkParameterInfoHandler"/>-->
|
||||
<psi.declarationProvider implementation="gay.pizza.pork.idea.PorkSymbolDeclarationProvider"/>
|
||||
</extensions>
|
||||
|
||||
|
Reference in New Issue
Block a user