Syntax highlighting for
GNU Typist lesson files (.typ) in
the micro text editor.
See help/gtypistsyntax.md for more details.
Place the plugin folder in ~/.config/micro/plug/gtypistsyntax/, or clone it
directly from the GitHub repository:
mkdir -p ~/.config/micro/plug
git clone https://github.com/micro-garden/gtypist-syntax ~/.config/micro/plug/gtypistsyntaxThen restart micro.
Alternatively, this plugin is also available through the unofficial plugin
channel:
https://github.com/akikareha/micro-unofficial-plugin-channel
You can install it by adding the channel and then using plugin install.
If you prefer not to install the entire plugin, you can copy the syntax file directly:
mkdir -p ~/.config/micro/syntax
cp syntax/gtypist.yaml ~/.config/micro/syntax/This will work even without installing the plugin.
MIT.
Aki Kareha ([email protected])