This commit is contained in:
Robert Jelic
2025-02-10 07:12:35 +01:00
parent 78cfbc7510
commit 5c15cf28fa
2427 changed files with 1005260 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
var shellsession_tmLanguage = {name:"shellsession",scopeName:"text.shell-session",patterns:[{match:"(?x) ^ (?: ( (?:\\(\\S+\\)\\s*)? (?: sh\\S*? | \\w+\\S+[@:]\\S+(?:\\s+\\S+)? | \\[\\S+?[@:][^\\n]+?\\].*? ) ) \\s* )? ( [>$#%❯➜] | \\p{Greek} ) \\s+ (.*) $",captures:{"1":{name:"entity.other.prompt-prefix.shell-session"},"2":{name:"punctuation.separator.prompt.shell-session"},"3":{name:"source.shell",patterns:[{include:"source.shell"}]}}},{name:"meta.output.shell-session",match:"^.+$"}],fileTypes:["sh-session"]};
export { shellsession_tmLanguage as default };