ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Godot Dialogue Manager

by hobbesjaap ALL

A syntax highlighting package that works with Nathan Hoad's Godot Plugin DialogueManager. It works on .dialogue files.

Details

Installs

  • Total 9
  • Win 6
  • Mac 1
  • Linux 2
Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2
Windows 0 0 0 0 0 0 0 0 0 0 3 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text Syntax for Godot Dialogue Manager

This repository provides a custom syntax highlighter for Sublime Text. It formats .dialogue files used by Nathan Hoad's Dialogue Manager in Godot 4.

I built this plugin to help me with the development of my game, Fhaloness. Fhaloness is a 2D pixel art tactical narrative game. Managing complex dialogue requires clear visual structure. This syntax file makes reading and writing dialogue scripts easier.

Features

This plugin provides specific colour coding for dialogue scripts. It isolates logic from spoken text. It recognises the following elements:

  • Character names and optional portraits
  • Dynamic character names using variables
  • Dialogue choices
  • Jump and return flow control symbols
  • Logic keywords like if, else, match, and when
  • Boolean values and math operators
  • BBCode text formatting tags
  • Translation identifiers

Manual Installation

You can install this syntax file manually before it reaches Package Control.

  1. Open Sublime Text.
  2. Click Preferences in the top menu.
  3. Select Browse Packages.
  4. Create a new folder named DialogueManager in the packages directory.
  5. Place the dialogue.sublime-syntax file into this new folder.
  6. Open any .dialogue file to see the updated colours.

Usage

Sublime Text will automatically apply the syntax to files with the .dialogue extension. You can also set it manually by clicking the bottom right corner of the editor and selecting Dialogue Manager.