elvish-transcript.tmLanguage.json 402 B

1234567891011121314151617181920
  1. {
  2. "$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
  3. "name": "Elvish transcript",
  4. "scopeName": "source.elvish-transcript",
  5. "fileTypes": [
  6. "ttyshot"
  7. ],
  8. "patterns": [
  9. {
  10. "begin": "(^|\\G)[~/][^ ]*> ",
  11. "while": "(^|\\G) ",
  12. "contentName": "meta.embedded.block.elvish",
  13. "patterns": [
  14. {
  15. "include": "source.elvish"
  16. }
  17. ]
  18. }
  19. ]
  20. }