Skip to content

Commit

Permalink
Add luxinc extension (#1)
Browse files Browse the repository at this point in the history
* Add luxinc extension
* Add contributors
* Bump version

---------

Co-authored-by: AG <36399892+andreygrechin@users.noreply.github.com>
  • Loading branch information
ken2057 and andreygrechin authored Jun 30, 2023
1 parent 69ef45c commit d468295
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

All notable changes to the "lux-colorizer" extension will be documented in this file.

## [Unreleased]
## [1.0.0] - 2023-06-30

### Added

- Add 'luxinc' extension to support syntax color and snippets (contributed by
[@ken2057](https://github.com/ken2057))

## [0.9.0] - 2021-02-11

Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CONTRIBUTORS
============

@ken2057 https://github.com/ken2057
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lux-colorizer",
"version": "0.9.0",
"version": "1.0.0",
"publisher": "andreygrechin",
"engines": {
"vscode": "^1.53.0"
Expand Down Expand Up @@ -29,7 +29,8 @@
"lux"
],
"extensions": [
"lux"
"lux",
"luxinc"
],
"configuration": "./language-configuration.json"
}
Expand Down

0 comments on commit d468295

Please sign in to comment.