|
10 | 10 | base-type="org.eclipse.core.runtime.text"
|
11 | 11 | id="org.eclipse.wildwebdeveloper.parent"
|
12 | 12 | name="Wild Web Developer supported web dev file"
|
13 |
| - priority="normal"/> |
| 13 | + priority="low"/> |
14 | 14 | </extension>
|
15 | 15 |
|
16 | 16 | <extension
|
|
39 | 39 | file-extensions="json, jsonc, eslintrc, bowerrc"
|
40 | 40 | id="org.eclipse.wildwebdeveloper.json"
|
41 | 41 | name="JSON"
|
42 |
| - priority="normal"> |
| 42 | + priority="low"> |
43 | 43 | </content-type>
|
44 | 44 | <content-type
|
45 | 45 | base-type="org.eclipse.wildwebdeveloper.json"
|
46 | 46 | file-names=".bower.json,bower.json"
|
47 | 47 | id="org.eclipse.wildwebdeveloper.json.bower"
|
48 | 48 | name="Bower"
|
49 |
| - priority="normal"> |
| 49 | + priority="low"> |
50 | 50 | </content-type>
|
51 | 51 | <content-type
|
52 | 52 | base-type="org.eclipse.wildwebdeveloper.json"
|
53 | 53 | file-names=".bowerrc"
|
54 | 54 | id="org.eclipse.wildwebdeveloper.json.bowerrc"
|
55 | 55 | name="Bower Configuration"
|
56 |
| - priority="normal"> |
| 56 | + priority="low"> |
57 | 57 | </content-type>
|
58 | 58 | <content-type
|
59 | 59 | base-type="org.eclipse.wildwebdeveloper.json"
|
60 | 60 | file-extensions="eslintrc"
|
61 | 61 | file-patterns="*.eslintrc.json"
|
62 | 62 | id="org.eclipse.wildwebdeveloper.json.eslintrc"
|
63 | 63 | name="ESLint Configuration"
|
64 |
| - priority="normal"> |
| 64 | + priority="low"> |
65 | 65 | </content-type>
|
66 | 66 | <content-type
|
67 | 67 | base-type="org.eclipse.wildwebdeveloper.json"
|
68 | 68 | file-names="jsconfig.json"
|
69 | 69 | id="org.eclipse.wildwebdeveloper.json.jsconfig"
|
70 | 70 | name="JavaScript Configuration"
|
71 |
| - priority="normal"> |
| 71 | + priority="low"> |
72 | 72 | </content-type>
|
73 | 73 | <content-type
|
74 | 74 | base-type="org.eclipse.wildwebdeveloper.json"
|
75 | 75 | file-names="lerna.json"
|
76 | 76 | id="org.eclipse.wildwebdeveloper.json.lerna"
|
77 | 77 | name="Lerna Configuration"
|
78 |
| - priority="normal"> |
| 78 | + priority="low"> |
79 | 79 | </content-type>
|
80 | 80 | <content-type
|
81 | 81 | base-type="org.eclipse.wildwebdeveloper.json"
|
82 | 82 | file-names="package.json"
|
83 | 83 | id="org.eclipse.wildwebdeveloper.json.npmpackage"
|
84 | 84 | name="NPM package.json"
|
85 |
| - priority="normal"> |
| 85 | + priority="low"> |
86 | 86 | </content-type>
|
87 | 87 | <content-type
|
88 | 88 | base-type="org.eclipse.wildwebdeveloper.json"
|
89 | 89 | file-names="omnisharp.json"
|
90 | 90 | id="org.eclipse.wildwebdeveloper.json.omnisharp"
|
91 | 91 | name="OmniSharp Configuration"
|
92 |
| - priority="normal"> |
| 92 | + priority="low"> |
93 | 93 | </content-type>
|
94 | 94 | <content-type
|
95 | 95 | base-type="org.eclipse.wildwebdeveloper.json"
|
96 | 96 | file-names="tsconfig.json"
|
97 | 97 | file-patterns="*.tsconfig.json,tsconfig.*.json,tsconfig-*.json"
|
98 | 98 | id="org.eclipse.wildwebdeveloper.json.tsconfig"
|
99 | 99 | name="TypeScript Configuration"
|
100 |
| - priority="normal"> |
| 100 | + priority="low"> |
101 | 101 | </content-type>
|
102 | 102 | <content-type
|
103 | 103 | base-type="org.eclipse.wildwebdeveloper.json"
|
104 | 104 | file-names="tslint.json"
|
105 | 105 | file-patterns="*.tslint.json"
|
106 | 106 | id="org.eclipse.wildwebdeveloper.json.tslint"
|
107 | 107 | name="TSLint Configuration"
|
108 |
| - priority="normal"> |
| 108 | + priority="low"> |
109 | 109 | </content-type>
|
110 | 110 | <content-type
|
111 | 111 | base-type="org.eclipse.wildwebdeveloper.json"
|
112 | 112 | file-names="typings.json"
|
113 | 113 | id="org.eclipse.wildwebdeveloper.json.typings"
|
114 | 114 | name="TypeScript Typings"
|
115 |
| - priority="normal"> |
| 115 | + priority="low"> |
116 | 116 | </content-type>
|
117 | 117 | </extension>
|
118 | 118 |
|
|
169 | 169 | file-extensions="less"
|
170 | 170 | id="org.eclipse.wildwebdeveloper.less"
|
171 | 171 | name="LESS"
|
172 |
| - priority="normal"> |
| 172 | + priority="low"> |
173 | 173 | </content-type>
|
174 | 174 | <content-type
|
175 | 175 | base-type="org.eclipse.wildwebdeveloper.parent"
|
176 | 176 | file-extensions="scss,sass"
|
177 | 177 | id="org.eclipse.wildwebdeveloper.scss"
|
178 | 178 | name="SCSS/SASS"
|
179 |
| - priority="normal"> |
| 179 | + priority="low"> |
180 | 180 | </content-type>
|
181 | 181 | <content-type
|
182 | 182 | base-type="org.eclipse.wildwebdeveloper.parent"
|
183 | 183 | file-extensions="css"
|
184 | 184 | id="org.eclipse.wildwebdeveloper.css"
|
185 | 185 | name="CSS"
|
186 |
| - priority="normal"> |
| 186 | + priority="low"> |
187 | 187 | </content-type>
|
188 | 188 | </extension>
|
189 | 189 |
|
|
410 | 410 | file-extensions="html,htm"
|
411 | 411 | id="org.eclipse.wildwebdeveloper.html"
|
412 | 412 | name="HTML"
|
413 |
| - priority="normal"> |
| 413 | + priority="low"> |
414 | 414 | </content-type>
|
415 | 415 | </extension>
|
416 | 416 |
|
|
526 | 526 | file-extensions="js, cjs, mjs"
|
527 | 527 | id="org.eclipse.wildwebdeveloper.js"
|
528 | 528 | name="JavaScript"
|
529 |
| - priority="normal"> |
| 529 | + priority="low"> |
530 | 530 | </content-type>
|
531 | 531 | <content-type
|
532 | 532 | base-type="org.eclipse.wildwebdeveloper.parent"
|
533 | 533 | file-extensions="ts"
|
534 | 534 | id="org.eclipse.wildwebdeveloper.ts"
|
535 | 535 | name="TypeScript"
|
536 |
| - priority="normal"> |
| 536 | + priority="low"> |
537 | 537 | </content-type>
|
538 | 538 | <content-type
|
539 | 539 | base-type="org.eclipse.wildwebdeveloper.parent"
|
540 | 540 | file-extensions="jsx"
|
541 | 541 | id="org.eclipse.wildwebdeveloper.jsx"
|
542 | 542 | name="JSX"
|
543 |
| - priority="normal"> |
| 543 | + priority="low"> |
544 | 544 | </content-type>
|
545 | 545 | <content-type
|
546 | 546 | base-type="org.eclipse.wildwebdeveloper.parent"
|
547 | 547 | file-extensions="tsx"
|
548 | 548 | id="org.eclipse.wildwebdeveloper.tsx"
|
549 | 549 | name="TSX"
|
550 |
| - priority="normal"> |
| 550 | + priority="low"> |
551 | 551 | </content-type>
|
552 | 552 | </extension>
|
553 | 553 |
|
|
770 | 770 | file-extensions="vue"
|
771 | 771 | id="org.eclipse.wildwebdeveloper.vue"
|
772 | 772 | name="VUE component"
|
773 |
| - priority="normal"> |
| 773 | + priority="low"> |
774 | 774 | </content-type>
|
775 | 775 | </extension>
|
776 | 776 | <extension point="org.eclipse.lsp4e.languageServer">
|
|
852 | 852 | file-extensions="yaml,yml"
|
853 | 853 | id="org.eclipse.wildwebdeveloper.yaml"
|
854 | 854 | name="YAML"
|
855 |
| - priority="normal"> |
| 855 | + priority="low"> |
856 | 856 | </content-type>
|
857 | 857 | </extension>
|
858 | 858 |
|
|
0 commit comments