File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
graph-database-support-plugin/src/main/resources Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 4
4
<extensions defaultExtensionNs =" org.intellij.intelliLang" >
5
5
<injectionConfig config =" javaInjections.xml" />
6
6
<injectionConfig config =" pythonInjections.xml" />
7
+ <injectionConfig config =" csharpInjections.xml" />
7
8
</extensions >
8
9
</idea-plugin >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <component name =" LanguageInjectionConfiguration" >
3
+ <injection language =" Cypher" injector-id =" csharp" >
4
+ <display-name >" Cypher in C#" </display-name >
5
+ <place ><![CDATA[
6
+ csharpLiteralExpression().withText(string()
7
+ .matchesBrics("[\"'`] *((MATCH .*(SET|RETURN|(SET|WHERE .*CREATE) .*RETURN))|(CREATE .*(RETURN)?)) .*[\"'`]?"))
8
+ ]]> </place >
9
+ </injection >
10
+ </component >
You can’t perform that action at this time.
0 commit comments