Add .resource extension for Robot Framework

This commit is contained in:
sharkdp 2020-12-29 08:34:44 +01:00 committed by David Peter
parent f45fa5e187
commit 6d0e7650c3
3 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -4,6 +4,7 @@
name: Robot Framework
file_extensions:
- robot
- resource
scope: source.robot
contexts:
main:

View File

@ -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