File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
com.github.camel-tooling.lsp.eclipse.client Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 23
23
id =" Camel LSP Server for XML"
24
24
label =" Camel LSP Server for XML" >
25
25
</server >
26
+ <contentTypeMapping
27
+ contentType =" com.github.cameltooling.eclipse.camelk.groovy"
28
+ id =" Camel LSP Server for Camel K groovy"
29
+ languageId =" LANGUAGE_ID_APACHE_CAMEL" >
30
+ </contentTypeMapping >
31
+ <server
32
+ class =" com.github.cameltooling.eclipse.client.CamelLSPStreamConnectionProvider"
33
+ id =" Camel LSP Server for Camel K groovy"
34
+ label =" Camel LSP Server for Camel K groovy" >
35
+ </server >
26
36
</extension >
27
37
<extension
28
38
point =" org.eclipse.wst.sse.ui.completionProposal" >
49
59
needsSortingAfterFiltering =" false" >
50
60
</javaCompletionProposalComputer >
51
61
</extension >
62
+ <extension
63
+ point =" org.eclipse.core.contenttype.contentTypes" >
64
+ <content-type
65
+ base-type =" org.eclipse.core.runtime.text"
66
+ file-extensions =" groovy"
67
+ id =" com.github.cameltooling.eclipse.camelk.groovy"
68
+ name =" Camel-K Groovy content type"
69
+ priority =" normal" >
70
+ </content-type >
71
+ </extension >
52
72
53
73
</plugin >
You can’t perform that action at this time.
0 commit comments