Created
September 22, 2014 11:39
-
-
Save mems/68cede17b09621c63fda to your computer and use it in GitHub Desktop.
JavaScript HTML injection for Intellij
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
<?xml version="1.0" encoding="UTF-8"?> | |
<LanguageInjectionConfiguration> | |
<injection language="HTML" injector-id="js"> | |
<display-name>"<html>"</display-name> | |
<place><![CDATA[jsLiteralExpression().withText(string().matchesBrics("(\\<\\<\\<)?.*\\</?<anyname>.*>.*"))]]></place> | |
</injection> | |
</LanguageInjectionConfiguration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.jetbrains.com/idea/webhelp/language-injections.html