Skip to content

Latest commit

Β 

History

History
43 lines (35 loc) Β· 1.7 KB

File metadata and controls

43 lines (35 loc) Β· 1.7 KB

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