detect_language
Identify the programming language of Godot Engine files to enable proper syntax highlighting and code analysis. Determines if files contain GDScript, C#, or Godot resource formats.
Instructions
Determines the language context for a given file path (GDScript, C#, or Godot resource).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes |