File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
graph-database-support-plugin/src/main/resources Expand file tree Collapse file tree 2 files changed +3
-1
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" ?>
1
2
<component name =" LanguageInjectionConfiguration" >
2
3
<injection language =" Cypher" injector-id =" csharp" >
3
4
<display-name >" Cypher in C#" </display-name >
6
7
.matchesBrics("[\"'`] *((MATCH .*(SET|RETURN|(SET|WHERE .*CREATE) .*RETURN))|(CREATE .*(RETURN)?)) .*[\"'`]?"))
7
8
]]> </place >
8
9
</injection >
9
- </component >
10
+ </component >
You can’t perform that action at this time.
0 commit comments