mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Update documentation
This commit is contained in:
parent
2da6be7618
commit
012fc61926
2 changed files with 32 additions and 17 deletions
28
README.md
28
README.md
|
@ -65,17 +65,31 @@ template ShumateDemoWindow : Gtk.ApplicationWindow {
|
|||
}
|
||||
```
|
||||
|
||||
## Editor plugins
|
||||
## Editors
|
||||
|
||||
### Vim
|
||||
[Workbench](https://github.com/sonnyp/Workbench) and [GNOME Builder](https://apps.gnome.org/app/org.gnome.Builder/) have builtin support for Blueprint.
|
||||
|
||||
Vim
|
||||
|
||||
- [Syntax highlighting by thetek42](https://github.com/thetek42/vim-blueprint-syntax)
|
||||
- [Syntax highlighting by gabmus](https://gitlab.com/gabmus/vim-blueprint)
|
||||
|
||||
### GNU Emacs
|
||||
GNU Emacs
|
||||
|
||||
- [Major mode by DrBluefall](https://github.com/DrBluefall/blueprint-mode)
|
||||
|
||||
Visual Studio Code
|
||||
|
||||
- [Blueprint Language Plugin by bodil](https://github.com/bodil/vscode-blueprint)
|
||||
|
||||
## Donate
|
||||
|
||||
You can support my work on GitHub Sponsors! <https://github.com/sponsors/jameswestman>
|
||||
|
||||
## Getting in Touch
|
||||
|
||||
Matrix room: [#blueprint-language:matrix.org](https://matrix.to/#/#blueprint-language:matrix.org)
|
||||
|
||||
## License
|
||||
|
||||
Copyright (C) 2021 James Westman <james@jwestman.net>
|
||||
|
@ -92,11 +106,3 @@ GNU Lesser General Public License for more details.
|
|||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
## Donate
|
||||
|
||||
You can support my work on GitHub Sponsors! <https://github.com/sponsors/jameswestman>
|
||||
|
||||
## Getting in Touch
|
||||
|
||||
Matrix room: [#blueprint-language:matrix.org](https://matrix.to/#/#blueprint-language:matrix.org)
|
Loading…
Add table
Add a link
Reference in a new issue