Sha256: b32496034c52ca0b0cfea219a45a71f7b52ab8c2da9f3784aae64e32fe4864ed
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
{ "scopeName": "source.julia.console", "name": "Julia Console", "comment": "Not sure what this will be used for... Maybe if we have a REPL someday", "patterns": [ { "match": "^(julia>|\\.{3}|In \\[\\d+\\]:) (.+)$", "captures": { "1": { "name": "punctuation.separator.prompt.julia.console" }, "2": { "patterns": [ { "include": "source.julia" } ] } } }, { "match": "^(shell>) (.+)$", "captures": { "1": { "name": "punctuation.separator.prompt.shell.julia.console" }, "2": { "patterns": [ { "include": "source.shell" } ] } } }, { "match": "^(help\\?>) (.+)$", "captures": { "1": { "name": "punctuation.separator.prompt.help.julia.console" }, "2": { "patterns": [ { "include": "source.julia" } ] } } } ] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github-linguist-5.3.3 | grammars/source.julia.console.json |