From 4d144685fabafaac37538d77857bb69dcaff682e Mon Sep 17 00:00:00 2001 From: HiskiRobo Date: Thu, 4 Jun 2020 10:14:25 +0300 Subject: [PATCH] support for Robot Framework .resource files. --- jupytext/languages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupytext/languages.py b/jupytext/languages.py index 55afa7b3c..4560b5f89 100644 --- a/jupytext/languages.py +++ b/jupytext/languages.py @@ -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": "//"},