From dd025e8d24db8c08f8673df685e5a31699e4f1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Maquin?= Date: Wed, 1 Aug 2018 18:59:21 +1000 Subject: [PATCH] Bump to 0.1.0 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8d96e7..4f23c4d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Brings syntax highlighting for inkle's Ink, in your editor of choice (as long as it supports TextMate grammars). +If you're just looking for the plist-based grammar, head over to the [releases](https://github.com/ephread/ink-tmlanguage/releases)! + ## Table of contents * [Building the grammar](#building-the-grammar) diff --git a/package.json b/package.json index f9f9b94..2b3432d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "watch": "npm run build && chokidar 'grammars/*.YAML-tmLanguage' -c 'npm run build'" }, "files": [ - "grammar/Ink.tmLanguage" + "grammars/Ink.tmLanguage" ], "devDependencies": { "@types/js-yaml": "latest",