diff --git a/README.md b/README.md index 502c06e..94e92ab 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This package adds syntax highlighting for the MiniZinc modeling language (.mzn and .dzn files). The package is based on the [similar package for Sublime](https://github.com/astenmark/sublime-mzn). -![A screenshot of your package](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif) +![A small preview](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif) ## About MiniZinc diff --git a/package.json b/package.json index ab762f1..7e17728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "language-mzn", - "version": "0.0.0", + "version": "0.1.0", "description": "Adds syntax highlighting for the MiniZinc constraint modeling language", "repository": "https://github.com/jjdekker/language-mzn", "license": "MIT", diff --git a/screen.png b/screen.png new file mode 100644 index 0000000..fa5bac2 Binary files /dev/null and b/screen.png differ