Skip to content

structure-codes/vscode-tree-language

Repository files navigation

vscode-tree-language

This VSCode Extension adds syntax highlighting support for .tree files - This is not a real language but this is very helpful for reviewing tree command output.

Features

Demo

How do I generate a tree?

Please use the @structure-codes/cli to generate a structure file. Otherwise, you may use the tree command of your liking but results may vary.

├── functions
├── src
│  ├── articles
│  ├── components
│  │  ├── builder
│  │  │  ├── center
│  │  │  ├── left
│  │  │  │  └── sections
│  │  │  ├── lists
│  │  │  └── right
│  │  │    └── sections
│  │  ├── dashboard
│  │  ├── landing
│  │  ├── router
│  │  └── shared
│  └── constants
└── static
  └── images
    ├── screenshots
    └── templates