summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-11-23 14:16:37 +0100
committersharkdp <davidpeter@web.de>2020-11-23 14:16:37 +0100
commit51463a4b418161cc800e082a32974480e640e91b (patch)
treeec8ab2697dc22848a150f4ab906d78567526e8eb
parent4f0116bee7873033f813d90d86275696c697eae9 (diff)
Change Robot syntax name to 'Robot Framework'
-rw-r--r--assets/syntaxes/02_Extra/Robot.sublime-syntax2
-rw-r--r--doc/assets.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/assets/syntaxes/02_Extra/Robot.sublime-syntax b/assets/syntaxes/02_Extra/Robot.sublime-syntax
index 0faa2735..6805c2bb 100644
--- a/assets/syntaxes/02_Extra/Robot.sublime-syntax
+++ b/assets/syntaxes/02_Extra/Robot.sublime-syntax
@@ -1,7 +1,7 @@
%YAML 1.2
---
# http://www.sublimetext.com/docs/3/syntax.html
-name: Robot Framework syntax highlighting.
+name: Robot Framework
file_extensions:
- robot
scope: source.robot
diff --git a/doc/assets.md b/doc/assets.md
index b70603de..170bdc51 100644
--- a/doc/assets.md
+++ b/doc/assets.md
@@ -44,6 +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"
### Non-submodule additions