godot/modules/gdscript
Saggi Mizrahi c464609bda Add '$' to token names
It was missing from this array and would cause godot to crash or report
bad errors.

Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc>
2017-04-01 03:20:23 +03:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
gd_compiler.cpp Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
gd_compiler.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
gd_editor.cpp Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
gd_function.cpp Fix random crashes when using yield() 2017-03-21 02:53:06 +01:00
gd_function.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
gd_functions.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
gd_functions.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
gd_parser.cpp Merge pull request #8123 from bojidar-bg/gdscript-inline-block-indent 2017-03-24 22:52:09 +01:00
gd_parser.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
gd_script.cpp Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
gd_script.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
gd_tokenizer.cpp Add '$' to token names 2017-04-01 03:20:23 +03:00
gd_tokenizer.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
register_types.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
register_types.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00