Skip to content

Commit

Permalink
Associate .scm file extension with Scheme scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bzinberg authored and mwouts committed Feb 27, 2019
1 parent 3dd9957 commit dda117f
Show file tree
Hide file tree
Showing 5 changed files with 859 additions and 17 deletions.
1 change: 1 addition & 0 deletions jupytext/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'.jl': {'language': 'julia', 'comment': '#'},
'.cpp': {'language': 'c++', 'comment': '//'},
'.ss': {'language': 'scheme', 'comment': ';;'},
'.scm': {'language': 'scheme', 'comment': ';;'},
'.sh': {'language': 'bash', 'comment': '#'},
'.q': {'language': 'q', 'comment': '/'}}

Expand Down
Loading

0 comments on commit dda117f

Please sign in to comment.