Skip to content

Commit bf80363

Browse files
committed
Various homepage language improvements.
1 parent 4938968 commit bf80363

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h2>No Plugin Necessary</h2>
165165

166166
<section id="download">
167167

168-
<h2>Download a Plugin</h2>
168+
<h2 id="editor-plugins">Download a Plugin</h2>
169169

170170
<h3>Editor</h3>
171171
<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>
221221
</section>
222222

223223
<section id="create-a-plugin">
224-
<h3>Create a plugin</h3>
224+
<h3>Create an editor plugin</h3>
225225

226226
<p>
227-
EditorConfig plugins can be developed by using one of the EditorConfig core libraries.
227+
EditorConfig editor plugins must follow the <a href="https://spec.editorconfig.org">specifications</a>. They can be developed with the help from one of the EditorConfig core libraries.
228228
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.
229229
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.
230230
</p>
231231
<p>
232232
EditorConfig core libraries exist for many programming languages:
233233
</p>
234-
<ul>
234+
<ul id="core-libraries">
235235
<li><a href="https://github.com/editorconfig/editorconfig-core-c#readme">C library</a></li>
236236
<li><a href="https://github.com/editorconfig/editorconfig-core-py#readme">Python library</a></li>
237237
<li><a href="https://github.com/editorconfig/editorconfig-core-js#readme">JavaScript library</a></li>
@@ -249,7 +249,7 @@ <h3>Create a plugin</h3>
249249
<section id="contributors">
250250
<h3>Main Contributors</h3>
251251

252-
<p>We have many awesome contributors contributing to the specification, core library, and plugins. For an up-to-date list, please see the <a href="https://github.com/editorconfig/editorconfig/wiki/Board-Member">Board Members page</a> and the contributor pages of the <a href="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 <a href="https://github.com/editorconfig/editorconfig/wiki/Board-Member">Board Members page</a> and the <a href="https://docs.github.com/en/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors">contributor pages</a> of the <a href="https://github.com/editorconfig/specification/graphs/contributors">specification</a>, <a href="#core-libraries">core libraries</a>, and <a href="#editor-plugins">plugins</a>.</p>
253253

254254
<p>
255255
Most of of EditorConfig logos were drawn by <a href="https://squirrelmuffins.com">Kat On</a> and <a href="https://pittankopta.net/">Amon Keishima</a>. Website were mainly by <a href="https://treyhunner.com">Trey Hunner</a> and <a href="https://www.topbug.net">Hong Xu</a>.

0 commit comments

Comments
 (0)