Skip to content

Commit

Permalink
version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
racz16 committed May 9, 2023
1 parent b81d315 commit 79d628d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

For new feature plans see the [GitHub Projects](https://github.com/racz16/WebGL-GLSL-Editor/projects) page.

## [1.3.5] - 2023.05.09.

### Improved

* Extending the syntax highlight to work in JavaScript and TypeScript strings
* Updated packages
* Other small updates

### Fixed

* Fixed the diagnostics on MacOS (thanks Matt Curtis)
* Fixed the formatter, so it no longer removes the line continuation character
* Other small fixes

## [1.3.4] - 2023.02.25.

### Improved
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ The extension can format the whole source code and it can format a region of the

![formatting](res/gif/formatting.gif)

### Syntax highlight in HTML scripts
### Syntax highlight in HTML scripts and in JavaScript/TypeScript template strings

The extension can colorize GLSL code in HTML scripts if the script's type is `x-shader/x-vertex` or `x-shader/x-fragment`.

![html](res/png/screenshots/html.png)
![embedded code in HTML](res/png/screenshots/html.png)

The extension can colorize GLSL code in JavaScript/TypeScript strings if there is a `/*glsl*/` comment before it.

![embedded code in JavaScript](res/png/screenshots/js.png)

### Rename

Expand Down Expand Up @@ -198,6 +202,11 @@ You can find the user-provided issues on [GitHub](https://github.com/racz16/WebG

For more information, see the [changelog](CHANGELOG.md).

### 1.3.5

* Extending the syntax highlight to work in JavaScript and TypeScript strings
* Other small changes and bugfixes

### 1.3.4

* Adding a configuration to be able to disable diagnostics
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"color": "#990000",
"theme": "dark"
},
"version": "1.3.4",
"version": "1.3.5",
"engines": {
"vscode": "^1.65.0"
},
Expand Down
Binary file added res/png/screenshots/js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79d628d

Please sign in to comment.