From 6d0e7650c3192b60a5f5bc90b67d652b8cd89842 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 29 Dec 2020 08:34:44 +0100 Subject: [PATCH] Add .resource extension for Robot Framework --- CHANGELOG.md | 2 ++ assets/syntaxes/02_Extra/Robot.sublime-syntax | 1 + doc/assets.md | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ef8493..8cdcdd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ ## Syntaxes +- Added `.resource` extension for Robot Framework files, see #1386 + ## New themes - `ansi` replaces `ansi-dark` and `ansi-light`, see #1104 and #1412 (@mk12) diff --git a/assets/syntaxes/02_Extra/Robot.sublime-syntax b/assets/syntaxes/02_Extra/Robot.sublime-syntax index 6805c2bb..1a554651 100644 --- a/assets/syntaxes/02_Extra/Robot.sublime-syntax +++ b/assets/syntaxes/02_Extra/Robot.sublime-syntax @@ -4,6 +4,7 @@ name: Robot Framework file_extensions: - robot + - resource scope: source.robot contexts: main: diff --git a/doc/assets.md b/doc/assets.md index 170bdc51..3d87ac00 100644 --- a/doc/assets.md +++ b/doc/assets.md @@ -44,7 +44,7 @@ The following files have been manually modified after converting from a `.tmLang * `INI.sublime-syntax` => added `.hgrc`, `hgrc`, and `desktop` file types and support for comments after section headers * `Org mode.sublime-syntax` => removed `task` file type. * `SML.sublime_syntax` => removed `ml` file type. -* `Robot.sublime_syntax` => changed name to "Robot Framework" +* `Robot.sublime_syntax` => changed name to "Robot Framework", added `.resource` extension ### Non-submodule additions