Skip to content

Commit

Permalink
publish 0.1.0 after Absolut Vodka 🍸
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxingliu committed Jul 8, 2018
1 parent 274ef8f commit b644223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

### 0.1.0 (2018-07-xx) Developing...
### 0.1.0

1. syntax of nginx.conf is provided inside.
- `original` syntax is from [shanoor/vscode-nginx][shanoor-syntax] (**by default**)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Nginx config file hint(auto-completion) for VS Code

[![npm Version](https://img.shields.io/npm/v/vscode-nginx-conf-hint.svg)](https://www.npmjs.com/package/vscode-nginx-conf-hint)
[![Build Status](https://travis-ci.org/hangxingliu/vscode-nginx-conf-hint.svg?branch=master)](https://travis-ci.org/hangxingliu/vscode-nginx-conf-hint)

An **experimental** extension.
Expand Down Expand Up @@ -27,7 +28,7 @@ You can report bug or send a feature suggestion in [Github Issues Page][issues].

## Changelog

### 0.1.0 (2018-07-xx) Developing...
### 0.1.0

1. syntax of nginx.conf is provided inside.
- `original` syntax is from [shanoor/vscode-nginx][shanoor-syntax] (**by default**)
Expand Down Expand Up @@ -64,8 +65,9 @@ You can report bug or send a feature suggestion in [Github Issues Page][issues].
- [@tiansin](https://github.com/tiansin)



[nginx-doc]: https://nginx.org/en/docs/
[doc-script]: https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/master/utils/hint_data_getter.js
[doc-script]: https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/master/utils/download_hint_data.js
[shanoor-syntax]: https://github.com/shanoor/vscode-nginx/blob/master/syntaxes/nginx.tmLanguage
[sublime-syntax]: https://github.com/brandonwamboldt/sublime-nginx/blob/master/Syntaxes/nginx.tmLanguage
[shanoor-nginx]: https://github.com/shanoor/vscode-nginx
Expand Down

0 comments on commit b644223

Please sign in to comment.