Skip to content

Commit

Permalink
Various homepage language improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Jan 8, 2025
1 parent 4938968 commit bf80363
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h2>No Plugin Necessary</h2>

<section id="download">

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

<h3>Editor</h3>
<p>To use EditorConfig with one of these editors, you will need to install a plugin.</p>
Expand Down Expand Up @@ -221,17 +221,17 @@ <h3>Give us your feedback</h3>
</section>

<section id="create-a-plugin">
<h3>Create a plugin</h3>
<h3>Create an editor plugin</h3>

<p>
EditorConfig plugins can be developed by using one of the EditorConfig core libraries.
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.
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.
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.
</p>
<p>
EditorConfig core libraries exist for many programming languages:
</p>
<ul>
<ul id="core-libraries">
<li><a href="https://github.com/editorconfig/editorconfig-core-c#readme">C library</a></li>
<li><a href="https://github.com/editorconfig/editorconfig-core-py#readme">Python library</a></li>
<li><a href="https://github.com/editorconfig/editorconfig-core-js#readme">JavaScript library</a></li>
Expand All @@ -249,7 +249,7 @@ <h3>Create a plugin</h3>
<section id="contributors">
<h3>Main Contributors</h3>

<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>
<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>

<p>
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>.
Expand Down

0 comments on commit bf80363

Please sign in to comment.