summaryrefslogtreecommitdiff
path: root/pygments/lexers/gdscript.py
Commit message (Collapse)AuthorAgeFilesLines
* all: fixup some file headersGeorg Brandl2020-09-061-22/+9
|
* Add GDScript lexer (#1457)Paweł Fertyk2020-06-011-0/+359
* Added GDScript lexer * Fix regular expressions in GDScript lexer * Update GDScript lexer with the current version from Godot docs * Add tests for GDScript lexer * Update authors * Add an example file for GDScript * Implement analyze_text for GAP and GDScript * Fix example file name in tests * Update license Co-authored-by: Daniel J. Ramirez <djrmuv@gmail.com>