Skip to content

Commit

Permalink
support for Robot Framework .resource files.
Browse files Browse the repository at this point in the history
  • Loading branch information
HiskiRobo authored and mwouts committed Jun 6, 2020
1 parent c72d34e commit b5811c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupytext/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
".scala": {"language": "scala", "comment": "//"},
".rs": {"language": "rust", "comment": "//"},
".robot": {"language": "robotframework", "comment": "#"},
".resource": {"language": "robotframework", "comment": "#"},
".cs": {"language": "csharp", "comment": "//"},
".fsx": {"language": "fsharp", "comment": "//"},
".fs": {"language": "fsharp", "comment": "//"},
Expand Down

0 comments on commit b5811c7

Please sign in to comment.