palate 0.3.7

File type detection combining tft and hyperpolyglot
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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