Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Dec 11, 2023
1 parent c298f56 commit 7b57516
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
- [πŸ’¬ Ask to select the style](#πŸ’¬-ask-to-select-the-style)
- [🎣 Hooks](#🎣-hooks)
- [πŸ”¨ Supported languages](#πŸ”¨-supported-languages)
- [πŸ› οΈ Contribute](#πŸ› οΈ-contribute)
- [-](#-)
- [πŸ› οΈ Contribute](#πŸ› οΈ-contribute)
- [πŸ”¬ Development](#πŸ”¬-development)
- [⚜️ License](#⚜️-license)
- [❓ How to support my favorite language?](#❓-how-to-support-my-favorite-language)
- [πŸ” The `activate` function](#πŸ”-the-activate-function)
Expand Down Expand Up @@ -139,7 +139,7 @@ These languages are in development:
* Haskell
* Shellscript

# πŸ› οΈ Contribute
## πŸ› οΈ Contribute

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![Elisp styleguide](https://img.shields.io/badge/elisp-style%20guide-purple)](https://github.com/bbatsov/emacs-lisp-style-guide)
Expand Down Expand Up @@ -192,23 +192,6 @@ $ eask lint package

*πŸ“ P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*

## ⚜️ License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

See [`LICENSE`](./LICENSE.txt) for details.

### ❓ How to support my favorite language?

> ⚠ Before you start, make sure [tree-sitter-langs](https://github.com/emacs-tree-sitter/tree-sitter-langs)
Expand Down Expand Up @@ -417,3 +400,21 @@ Then you would just need to register the function to variable `ts-docstr-key-ali
("/" . ts-docstr-key-go-/)
...
```

## ⚜️ License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

See [`LICENSE`](./LICENSE.txt) for details.

0 comments on commit 7b57516

Please sign in to comment.