diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 426ed070..7a33cf1f 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2983,14 +2983,6 @@ Redcode: tm_scope: none ace_mode: text -RenderScript: - type: programming - extensions: - - .rs - - .rsh - tm_scope: none - ace_mode: text - Ren'Py: type: programming group: Python @@ -3002,6 +2994,14 @@ Ren'Py: tm_scope: source.renpy ace_mode: python +RenderScript: + type: programming + extensions: + - .rs + - .rsh + tm_scope: none + ace_mode: text + RobotFramework: type: programming extensions: diff --git a/samples/RenPy/example.rpy b/samples/Ren'Py/example.rpy similarity index 100% rename from samples/RenPy/example.rpy rename to samples/Ren'Py/example.rpy