Skip to content
Snippets Groups Projects
Commit 0c2216ca authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Recognize .py as loopy lang

parent 908a5481
Branches
Tags
No related merge requests found
......@@ -105,6 +105,7 @@ def main():
_, ext = splitext(args.infile)
lang = {
".py": "loopy",
".loopy": "loopy",
".floopy": "fortran",
".f90": "fortran",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment