Skip to content

Instantly share code, notes, and snippets.

@enihsyou
Created November 3, 2020 10:43
Show Gist options
  • Save enihsyou/03c3487f5732b464aa3b62e6393b8f52 to your computer and use it in GitHub Desktop.
Save enihsyou/03c3487f5732b464aa3b62e6393b8f52 to your computer and use it in GitHub Desktop.
Custom language injection settings for Jetbrains platform
<LanguageInjectionConfiguration>
<injection language="XPath" injector-id="python">
<display-name>XPath</display-name>
<place><![CDATA[pyLiteralExpression().and(pyMethodArgument("xpath", 0, "lxml.etree._Element._Element"))]]></place>
</injection>
</LanguageInjectionConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment