summaryrefslogtreecommitdiff
path: root/tests/test_gdscript.py
Commit message (Collapse)AuthorAgeFilesLines
* Add GDScript lexer (#1457)Paweł Fertyk2020-06-011-0/+167
* 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>