diff options
| author | Rémi Verschelde | 2016-10-17 20:13:18 +0200 |
|---|---|---|
| committer | GitHub | 2016-10-17 20:13:18 +0200 |
| commit | e96c49f849fd9c5e41c8284c7122ec94909badac (patch) | |
| tree | e473a07559ec8d6fc1b98362a2a9badceab4309d /modules/visual_script | |
| parent | c4b7c7d81bf3d4750aa5a824ec108ba121565c48 (diff) | |
| parent | fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163 (diff) | |
| download | godot-e96c49f849fd9c5e41c8284c7122ec94909badac.tar.gz godot-e96c49f849fd9c5e41c8284c7122ec94909badac.tar.zst godot-e96c49f849fd9c5e41c8284c7122ec94909badac.zip | |
Merge pull request #6850 from akien-mga/pr-scsub-shebang
SCsub: Add python shebang as a hint for syntax highlighting
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") |
