From 012fc6192671e835e3df7f5c0f82088da1ebf111 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Sat, 9 Jul 2022 21:31:54 +0200 Subject: [PATCH] Update documentation --- README.md | 28 +++++++++++++++++----------- docs/index.rst | 21 +++++++++++++++------ 2 files changed, 32 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index ad1f204..503d7a3 100644 --- a/README.md +++ b/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! + +## Getting in Touch + +Matrix room: [#blueprint-language:matrix.org](https://matrix.to/#/#blueprint-language:matrix.org) + ## License Copyright (C) 2021 James Westman @@ -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 . - -## Donate - -You can support my work on GitHub Sponsors! - -## Getting in Touch - -Matrix room: [#blueprint-language:matrix.org](https://matrix.to/#/#blueprint-language:matrix.org) \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 8d560e5..f35e9fd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -51,25 +51,34 @@ Features - **Modern tooling.** IDE integration for `GNOME Builder `_ is in progress, and a VS Code extension is also planned. +Links +----- + +- `Source code `_ +- `Vim syntax highlighting plugin by thetek42 `_ +- `Vim syntax highlighting plugin by gabmus `_ +- `GNU Emacs major mode by DrBluefall `_ +- `Visual Studio Code plugin by bodil `_ + Built with Blueprint -------------------- +- `Dialect `_ - `Extension Manager `_ +- `favagtk `_ - `Feeds `_ - `Geopard `_ - `Giara `_ - `Health `_ - `HydraPaper `_ - `Identity `_ +- `Login Manager Settings `_ +- `Paper `_ +- `Passes `_ - `Plitki `_ - `Solanum `_ +- `Swatch `_ - `Text Pieces `_ - `Video Trimmer `_ - `WhatIP `_ - `Workbench `_ - -Links ------ - -- `Source code `_ -- `Vim syntax highlighting plugin `_