mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
SCsub: Add python shebang as a hint for syntax highlighting
Also switch existing shebangs to "better" /usr/bin/env python.
(cherry picked from commit fc8ccd5b8c)
This commit is contained in:
parent
7143401e25
commit
5a49e45d21
86 changed files with 164 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/python
|
||||
#! /usr/bin/env python
|
||||
import sys
|
||||
|
||||
if (len(sys.argv)<2):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue