mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-03 15:49:07 -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 thetek42](https://github.com/thetek42/vim-blueprint-syntax)
|
||||||
- [Syntax highlighting by gabmus](https://gitlab.com/gabmus/vim-blueprint)
|
- [Syntax highlighting by gabmus](https://gitlab.com/gabmus/vim-blueprint)
|
||||||
|
|
||||||
### GNU Emacs
|
GNU Emacs
|
||||||
|
|
||||||
- [Major mode by DrBluefall](https://github.com/DrBluefall/blueprint-mode)
|
- [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
|
## License
|
||||||
|
|
||||||
Copyright (C) 2021 James Westman <james@jwestman.net>
|
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
|
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/>.
|
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)
|
|
|
@ -51,25 +51,34 @@ Features
|
||||||
- **Modern tooling.** IDE integration for `GNOME Builder <https://developer.gnome.org/documentation/introduction/builder.html>`_
|
- **Modern tooling.** IDE integration for `GNOME Builder <https://developer.gnome.org/documentation/introduction/builder.html>`_
|
||||||
is in progress, and a VS Code extension is also planned.
|
is in progress, and a VS Code extension is also planned.
|
||||||
|
|
||||||
|
Links
|
||||||
|
-----
|
||||||
|
|
||||||
|
- `Source code <https://gitlab.gnome.org/jwestman/blueprint-compiler>`_
|
||||||
|
- `Vim syntax highlighting plugin by thetek42 <https://github.com/thetek42/vim-blueprint-syntax>`_
|
||||||
|
- `Vim syntax highlighting plugin by gabmus <https://gitlab.com/gabmus/vim-blueprint>`_
|
||||||
|
- `GNU Emacs major mode by DrBluefall <https://github.com/DrBluefall/blueprint-mode>`_
|
||||||
|
- `Visual Studio Code plugin by bodil <https://github.com/bodil/vscode-blueprint>`_
|
||||||
|
|
||||||
Built with Blueprint
|
Built with Blueprint
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
- `Dialect <https://github.com/dialect-app/dialect>`_
|
||||||
- `Extension Manager <https://github.com/mjakeman/extension-manager>`_
|
- `Extension Manager <https://github.com/mjakeman/extension-manager>`_
|
||||||
|
- `favagtk <https://gitlab.gnome.org/johannesjh/favagtk>`_
|
||||||
- `Feeds <https://gitlab.gnome.org/World/gfeeds>`_
|
- `Feeds <https://gitlab.gnome.org/World/gfeeds>`_
|
||||||
- `Geopard <https://github.com/ranfdev/Geopard>`_
|
- `Geopard <https://github.com/ranfdev/Geopard>`_
|
||||||
- `Giara <https://gitlab.gnome.org/World/giara>`_
|
- `Giara <https://gitlab.gnome.org/World/giara>`_
|
||||||
- `Health <https://gitlab.gnome.org/World/Health>`_
|
- `Health <https://gitlab.gnome.org/World/Health>`_
|
||||||
- `HydraPaper <https://gitlab.com/gabmus/HydraPaper>`_
|
- `HydraPaper <https://gitlab.com/gabmus/HydraPaper>`_
|
||||||
- `Identity <https://gitlab.gnome.org/YaLTeR/identity>`_
|
- `Identity <https://gitlab.gnome.org/YaLTeR/identity>`_
|
||||||
|
- `Login Manager Settings <https://github.com/realmazharhussain/gdm-settings>`_
|
||||||
|
- `Paper <https://gitlab.com/posidon_software/paper>`_
|
||||||
|
- `Passes <https://github.com/pablo-s/passes>`_
|
||||||
- `Plitki <https://github.com/YaLTeR/plitki>`_
|
- `Plitki <https://github.com/YaLTeR/plitki>`_
|
||||||
- `Solanum <https://gitlab.gnome.org/World/Solanum>`_
|
- `Solanum <https://gitlab.gnome.org/World/Solanum>`_
|
||||||
|
- `Swatch <https://gitlab.gnome.org/GabMus/swatch>`_
|
||||||
- `Text Pieces <https://github.com/liferooter/textpieces>`_
|
- `Text Pieces <https://github.com/liferooter/textpieces>`_
|
||||||
- `Video Trimmer <https://gitlab.gnome.org/YaLTeR/video-trimmer>`_
|
- `Video Trimmer <https://gitlab.gnome.org/YaLTeR/video-trimmer>`_
|
||||||
- `WhatIP <https://gitlab.gnome.org/GabMus/whatip>`_
|
- `WhatIP <https://gitlab.gnome.org/GabMus/whatip>`_
|
||||||
- `Workbench <https://github.com/sonnyp/Workbench>`_
|
- `Workbench <https://github.com/sonnyp/Workbench>`_
|
||||||
|
|
||||||
Links
|
|
||||||
-----
|
|
||||||
|
|
||||||
- `Source code <https://gitlab.gnome.org/jwestman/blueprint-compiler>`_
|
|
||||||
- `Vim syntax highlighting plugin <https://github.com/thetek42/vim-blueprint-syntax>`_
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue