mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-02 20:27:15 +02:00
Add .resource extension for Robot Framework
This commit is contained in:
parent
f45fa5e187
commit
6d0e7650c3
@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
## Syntaxes
|
## Syntaxes
|
||||||
|
|
||||||
|
- Added `.resource` extension for Robot Framework files, see #1386
|
||||||
|
|
||||||
## New themes
|
## New themes
|
||||||
|
|
||||||
- `ansi` replaces `ansi-dark` and `ansi-light`, see #1104 and #1412 (@mk12)
|
- `ansi` replaces `ansi-dark` and `ansi-light`, see #1104 and #1412 (@mk12)
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
name: Robot Framework
|
name: Robot Framework
|
||||||
file_extensions:
|
file_extensions:
|
||||||
- robot
|
- robot
|
||||||
|
- resource
|
||||||
scope: source.robot
|
scope: source.robot
|
||||||
contexts:
|
contexts:
|
||||||
main:
|
main:
|
||||||
|
@ -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
|
* `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.
|
* `Org mode.sublime-syntax` => removed `task` file type.
|
||||||
* `SML.sublime_syntax` => removed `ml` 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
|
### Non-submodule additions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user