We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed8715 commit 4483e17Copy full SHA for 4483e17
graph-database-support-plugin/src/main/resources/csharpInjections.xml
@@ -0,0 +1,9 @@
1
+<component name="LanguageInjectionConfiguration">
2
+ <injection language="Cypher" injector-id="csharp">
3
+ <display-name>"Cypher in C#"</display-name>
4
+ <place><![CDATA[
5
+ csharpLiteralExpression().withText(string()
6
+ .matchesBrics("[\"'`] *((MATCH .*(SET|RETURN|(SET|WHERE .*CREATE) .*RETURN))|(CREATE .*(RETURN)?)) .*[\"'`]?"))
7
+ ]]></place>
8
+ </injection>
9
+</component>
0 commit comments