You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ <h2>No Plugin Necessary</h2>
165
165
166
166
<sectionid="download">
167
167
168
-
<h2>Download a Plugin</h2>
168
+
<h2id="editor-plugins">Download a Plugin</h2>
169
169
170
170
<h3>Editor</h3>
171
171
<p>To use EditorConfig with one of these editors, you will need to install a plugin.</p>
@@ -221,17 +221,17 @@ <h3>Give us your feedback</h3>
221
221
</section>
222
222
223
223
<sectionid="create-a-plugin">
224
-
<h3>Create a plugin</h3>
224
+
<h3>Create an editor plugin</h3>
225
225
226
226
<p>
227
-
EditorConfig plugins can be developed by using one of the EditorConfig core libraries.
227
+
EditorConfig editor plugins must follow the <ahref="https://spec.editorconfig.org">specifications</a>. They can be developed with the help from one of the EditorConfig core libraries.
228
228
The EditorConfig core libraries accept as input the file being edited, find and parse relevant <code>.editorconfig</code> files, and pass back the properties that should be used.
229
229
Please ignore any unrecognized properties and property values in your editor plugin for future compatibility, since new properties and permitted values will be added in the future.
230
230
</p>
231
231
<p>
232
232
EditorConfig core libraries exist for many programming languages:
<p>We have many awesome contributors contributing to the specification, core library, and plugins. For an up-to-date list, please see the <ahref="https://github.com/editorconfig/editorconfig/wiki/Board-Member">Board Members page</a> and the contributor pages of the <ahref="https://github.com/editorconfig/specification/graphs/contributors">specification</a>, core libraries, and plugins.</p>
252
+
<p>We have many awesome contributors contributing to the specification, core library, and plugins. For an up-to-date list, please see the <ahref="https://github.com/editorconfig/editorconfig/wiki/Board-Member">Board Members page</a> and the <ahref="https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors">contributor pages</a> of the <ahref="https://github.com/editorconfig/specification/graphs/contributors">specification</a>, <ahref="#core-libraries">core libraries</a>, and <ahref="#editor-plugins">plugins</a>.</p>
253
253
254
254
<p>
255
255
Most of of EditorConfig logos were drawn by <ahref="https://squirrelmuffins.com">Kat On</a> and <ahref="https://pittankopta.net/">Amon Keishima</a>. Website were mainly by <ahref="https://treyhunner.com">Trey Hunner</a> and <ahref="https://www.topbug.net">Hong Xu</a>.
0 commit comments