This plugin for Obsidian provides live syntax highlighting for GDScript (the language used in Godot).
To use the plugin, install it, and then add a code block with the word gdscript
immediately after the three backticks.
An example of the highlighting can be seen below:
This plugin is now part of the verified community plugins! To install, just open the community plugins window and search for "GDScript Syntax Highlighting" and hit the install button.
If you wish to install the plugin manually:
- Navigate to the vault you wish to install it in using your file explorer
- Navigate into the
.obisidian
directory, and in there, go into theplugins
directory - Create a new folder in here named
gdscript-syntax-highlighting
- Head over to the Latest Release and download the
main.js
andmanifest.json
files into the newly created folder. - Open the settings window in Obsidian and enable the plugin in the
Community plugins
section
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.