Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S Syntax Highlighting Engine
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Frameworks
  • Syntax Highlighting Engine
  • Merge requests
  • !194

add support for Godot's gd-scripts

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mario Aichinger requested to merge aichingm/syntax-highlighting:add-godot into master Apr 16, 2021
  • Overview 6
  • Commits 1
  • Changes 6

Add support for .gd scripts used by the Godot game engine. https://godotengine.org

Language description: https://docs.godotengine.org/en/stable/getting_started/scripting/gdscript/gdscript_basics.html

The basic structure of the xml is taken from the python.xml since both languages share a lot of syntactic features.

One open issue is that the .gd file extension used by Godot is also used by the GAP. Since I assume Godot is currently the more actively used language I took the liberty to set the priority of this highlighter to 5. How are such issues solved usually?

Documentation of GAP's file extensions https://www.gap-system.org/Manuals/doc/ref/chap83.html

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: add-godot