Skip to content

Commit 83c26fc

Browse files
author
Vladimir Ilyin
committed
Add config
1 parent 4483e17 commit 83c26fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

graph-database-support-plugin/src/main/resources/META-INF/intellilang-cypher-support.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<extensions defaultExtensionNs="org.intellij.intelliLang">
55
<injectionConfig config="javaInjections.xml"/>
66
<injectionConfig config="pythonInjections.xml"/>
7+
<injectionConfig config="csharpInjections.xml"/>
78
</extensions>
89
</idea-plugin>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<component name="LanguageInjectionConfiguration">
23
<injection language="Cypher" injector-id="csharp">
34
<display-name>&quot;Cypher in C#&quot;</display-name>
@@ -6,4 +7,4 @@
67
.matchesBrics("[\"'`] *((MATCH .*(SET|RETURN|(SET|WHERE .*CREATE) .*RETURN))|(CREATE .*(RETURN)?)) .*[\"'`]?"))
78
]]></place>
89
</injection>
9-
</component>
10+
</component>

0 commit comments

Comments
 (0)