.syntax extension for YAML

This commit is contained in:
Paul Chaignon
2015-08-09 14:13:48 +02:00
parent 54a2a47bc0
commit 88b14ed455
2 changed files with 17 additions and 0 deletions

View File

@@ -3718,6 +3718,7 @@ YAML:
- .yml
- .reek
- .rviz
- .syntax
- .yaml
- .yaml-tmlanguage
ace_mode: yaml

View File

@@ -0,0 +1,16 @@
---
name: R Console
fileTypes: []
scopeName: source.r-console
uuid: F629C7F3-823B-4A4C-8EEE-9971490C5710
patterns:
- name: source.r.embedded.r-console
begin: "^> "
beginCaptures:
"0":
name: punctuation.section.embedded.r-console
end: \n|\z
patterns:
- include: source.r
keyEquivalent: ^~R