diff options
| author | Rémi Verschelde | 2016-10-17 08:50:25 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-17 20:10:46 +0200 |
| commit | fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163 (patch) | |
| tree | 884aef60419ceb724800fe71c23adc4af238bbdd /modules/visual_script | |
| parent | 89132224a651c0e0d4121270f63decb9a678ff88 (diff) | |
| download | godot-fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163.tar.gz godot-fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163.tar.zst godot-fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163.zip | |
SCsub: Add python shebang as a hint for syntax highlighting
Also switch existing shebangs to "better" /usr/bin/env python.
Diffstat (limited to 'modules/visual_script')
| -rw-r--r-- | modules/visual_script/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/visual_script/SCsub b/modules/visual_script/SCsub index 9ff13fc43..088240676 100644 --- a/modules/visual_script/SCsub +++ b/modules/visual_script/SCsub @@ -1,3 +1,5 @@ +#!/usr/bin/env python + Import('env') env.add_source_files(env.modules_sources, "*.cpp") |
