1
0
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:
Jonathan 2023-10-31 21:18:04 +01:00 committed by GitHub
parent 48d6be607a
commit 038fab58f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
_tools/pygments2chroma_xml.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import functools
import importlib
import json

1
_tools/style.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import importlib
import sys