File tree 1 file changed +17
-0
lines changed
com.github.camel-tooling.lsp.eclipse.client
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 43
43
id =" Camel LSP Server for Camel Kafka Connect"
44
44
label =" Camel LSP Server for Camel Kafka Connect" >
45
45
</server >
46
+ <server
47
+ class =" com.github.cameltooling.eclipse.client.CamelLSPStreamConnectionProvider"
48
+ id =" Camel LSP Server for Camel K Kotlin"
49
+ label =" Camel LSP Server for Camel K Kotlin" >
50
+ </server >
51
+ <contentTypeMapping
52
+ contentType =" com.github.cameltooling.eclipse.camelk.kotlin"
53
+ id =" Camel LSP Server for Camel K Kotlin"
54
+ languageId =" LANGUAGE_ID_APACHE_CAMEL" >
55
+ </contentTypeMapping >
46
56
</extension >
47
57
<extension
48
58
point =" org.eclipse.wst.sse.ui.completionProposal" >
78
88
name =" Camel-K Groovy content type"
79
89
priority =" normal" >
80
90
</content-type >
91
+ <content-type
92
+ base-type =" org.eclipse.core.runtime.text"
93
+ file-extensions =" kts"
94
+ id =" com.github.cameltooling.eclipse.camelk.kotlin"
95
+ name =" Camel-K Kotlin content type"
96
+ priority =" normal" >
97
+ </content-type >
81
98
</extension >
82
99
83
100
</plugin >
You can’t perform that action at this time.
0 commit comments