Skip to content

Commit

Permalink
Add shebang (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan committed Oct 31, 2023
1 parent 48d6be6 commit 038fab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _tools/pygments2chroma_xml.py 100644 → 100755
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import functools
import importlib
import json
Expand Down
1 change: 1 addition & 0 deletions _tools/style.py 100644 → 100755
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import importlib
import sys

Expand Down

0 comments on commit 038fab5

Please sign in to comment.