File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,19 +62,15 @@ static style = css`
62621 . Clone or download the repository
63632 . Install dependencies
6464
65- ``` bash
66- npm install
67- npm run compile
68- ```
65+ ``` bash
66+ npm install
67+ npm run compile
68+ ```
6969
70- 3.In VS Code: Press ``` F5 ``` to start a new Extension Development Host instance
70+ 3. In VS Code: Press ` ` ` F5` ` ` to start a new Extension Development Host instance
7171
7272# ## Usage
7373
74- #### Commands
75-
76- No command is required.
77-
7874# ## Development
7975
8076` ` ` Text
@@ -84,6 +80,7 @@ No command is required.
8480│ ├── document/ # Syntax-highlighting-logic
8581│ ├── utils/ # Help components
8682| ├── interface/ # Required interfaces
83+ | ├── images/ # Images for README
8784` ` `
8885
8986# ## Dependencies
@@ -112,7 +109,6 @@ AST-Parsing: Analyzes template strings using Abstract Syntax Trees
112109
113110Known Limitations
114111The extension is under active development
115- Some experimental features are still in the experiments/ folder
116112
117113# # Project Structure
118114
@@ -191,4 +187,4 @@ Core validation and parsing classes:
191187
192188# #### Autor
193189
194- Developed by Emmanuel Youssef as part of a practical project in Semester 5 at Kardex Holding AG.
190+ Developed by Emmanuel Youssef
You can’t perform that action at this time.
0 commit comments