Skip to content

Commit b644223

Browse files
committed
publish 0.1.0 after Absolut Vodka 🍸
1 parent 274ef8f commit b644223

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
### 0.1.0 (2018-07-xx) Developing...
3+
### 0.1.0
44

55
1. syntax of nginx.conf is provided inside.
66
- `original` syntax is from [shanoor/vscode-nginx][shanoor-syntax] (**by default**)

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Nginx config file hint(auto-completion) for VS Code
22

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

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

2829
## Changelog
2930

30-
### 0.1.0 (2018-07-xx) Developing...
31+
### 0.1.0
3132

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

6667

68+
6769
[nginx-doc]: https://nginx.org/en/docs/
68-
[doc-script]: https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/master/utils/hint_data_getter.js
70+
[doc-script]: https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/master/utils/download_hint_data.js
6971
[shanoor-syntax]: https://github.com/shanoor/vscode-nginx/blob/master/syntaxes/nginx.tmLanguage
7072
[sublime-syntax]: https://github.com/brandonwamboldt/sublime-nginx/blob/master/Syntaxes/nginx.tmLanguage
7173
[shanoor-nginx]: https://github.com/shanoor/vscode-nginx

0 commit comments

Comments
 (0)