Skip to content

Commit

Permalink
h18 update
Browse files Browse the repository at this point in the history
Fixes #7
This is the last version using snippets.
I'm working on a simple VEX language server.
It will allow much better completion and doc.
  • Loading branch information
melMass committed Jun 27, 2020
1 parent 4795869 commit 0f1526c
Show file tree
Hide file tree
Showing 7 changed files with 9,173 additions and 4,340 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Change Log
All notable changes to the "vex" extension will be documented in this file.
All notable changes to the "vscode-vex" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
- Initial release
## [0.5.0] - 2020-06-25
### Added
- H18 Support
- Almost done with the language server.

## [0.3.0] - 2017
- Updated for **H16**.
- **fix**: issue with single quotes.

## [0.2.0] - 2017

- Added functions snippets with description

![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/function_descriptions.gif)

## [0.1.0] - 2016

- Initial release

![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/basic_snippets.gif)
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
# VEX Syntax for VSCode

**adapted to vscode from [Teared Sublime version.](https://github.com/teared/vex)**
Hi all, I've just updated the extension for Houdini 18

### Features
![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/syntax.png)

- VEX Language Support.
# Features
- VEX Language Support (Syntax).
- Base Snippets.
- Functions descriptions with attributes.

![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/syntax.png)

#### Icon available in the [Material Icon Theme](https://github.com/PKief/vscode-material-icon-theme)
![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/files.png)

### Releases
#### 0.3.0
### Show your support by [buying me a 🥐](https://gumroad.com/massadian#ZSpuE)


# Releases
## [0.5.0]
- Updated for **H18**.

## [0.3.0]
- Updated for **H16**.
- **fix**: issue with single quotes.

#### 0.2.0
## [0.2.0]

- Added functions snippets with description

![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/function_descriptions.gif)

#### 0.1.0
## [0.1.0]

- Initial release

![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/basic_snippets.gif)

### License

© Public Domain.
© Public Domain.


24 changes: 0 additions & 24 deletions merge_desc.py

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vex",
"displayName": "VEX",
"description": "Houdini VEX Support for VSCode",
"version": "0.4.0",
"version": "0.5.0",
"publisher": "melmass",
"engines": {
"vscode": "^1.12.0"
Expand Down
Loading

0 comments on commit 0f1526c

Please sign in to comment.