Created
November 3, 2020 10:43
-
-
Save enihsyou/03c3487f5732b464aa3b62e6393b8f52 to your computer and use it in GitHub Desktop.
Custom language injection settings for Jetbrains platform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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