added more syntax highlighting

This commit is contained in:
2024-02-08 14:27:49 +01:00
parent b7d5a80d99
commit c0af25af83
14 changed files with 2013 additions and 2198 deletions

View File

@@ -33,7 +33,7 @@ To make anything work in the plugin make sure to run
```
This happens normaly inside the Autoload wich should be automatically added by the plugin. <br />
Something that does **not get added automatically** is your `app_id`. It is also mandatory to be able to use anything in the plugin.
Something that does **not get added automatically** is your `app_id{:gdscript}`. It is also mandatory to be able to use anything in the plugin.
```gdscript
DiscordSDK.app_id = #<your Application ID>