Skip to content

Commit 28e5e1d

Browse files
committed
Bump version & clean README
1 parent 264365e commit 28e5e1d

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ This is a vscode extension allowing syntax highlighting & linting for HLSL / GLS
88

99
Currently, it support some features and languages:
1010

11-
|Language|Syntax Highlighting|Diagnostics|Completion|Signature|Hover|Goto|
12-
|--------|-------------------|-----------|----------|---------|-----|----|
13-
|GLSL |||||||
14-
|HLSL |||||||
15-
|WGSL |||||||
11+
- Syntax Highlighting: Provide improved syntax highlighting for code.
12+
- Diagnostic: Provide errors & warning as user type code.
13+
- Symbol provider: provide goto, completion, hover & signature.
14+
- Local symbols: Provide all user created symbols.
15+
- Intrinsics symbols: Provide all languages provided intrinsics symbols.
16+
17+
|Language|Syntax Highlighting|Diagnostics|Local symbols|Intrinsics symbols|
18+
|--------|-------------------|-----------|-------------|------------------|
19+
|GLSL |||||
20+
|HLSL ||||🚧 |
21+
|WGSL |||||
1622

1723
## Features
1824

@@ -29,15 +35,15 @@ You cant lint your code in real time through this extension:
2935

3036
### Autocompletion
3137

32-
The extension will suggest you symbols from your file as you type.
38+
The extension will suggest you symbols from your file and intrinsics as you type.
3339

3440
### Sigature
3541

3642
View available signatures for your function as you type it.
3743

3844
### Hover
3945

40-
View informations relative to an element by hovering it.
46+
View informations relative to a symbol by hovering it.
4147

4248
### Goto
4349

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"color": "#9ad0ff",
88
"theme": "light"
99
},
10-
"version": "0.1.3",
11-
"server_version": "0.1.3",
10+
"version": "0.2.0",
11+
"server_version": "0.2.0",
1212
"publisher": "antaalt",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)