mirror of
https://github.com/alecthomas/chroma.git
synced 2025-03-17 20:58:08 +02:00
Add shebang (#864)
This commit is contained in:
parent
48d6be607a
commit
038fab58f6
1
_tools/pygments2chroma_xml.py
Normal file → Executable file
1
_tools/pygments2chroma_xml.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import functools
|
||||
import importlib
|
||||
import json
|
||||
|
1
_tools/style.py
Normal file → Executable file
1
_tools/style.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import importlib
|
||||
import sys
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user