Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Aug 1, 2018
1 parent 8046a71 commit dd025e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dd025e8

Please sign in to comment.