Skip to main content

Module godot

Module godot 

Source
Expand description

Godot-specific parsers and helpers.

GDScript (.gd) source is handled by the generic tree-sitter pipeline; this module covers the Godot-native resource formats that are not source code but still carry navigable graph dependencies — most importantly the PackedScene text format (.tscn) which links scenes to their scripts. (#316)

Modules§

scene
Minimal parser for Godot PackedScene text files (.tscn).