We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8046a71 commit dd025e8Copy full SHA for dd025e8
README.md
@@ -9,6 +9,8 @@
9
Brings syntax highlighting for inkle's Ink, in your editor of choice (as long as
10
it supports TextMate grammars).
11
12
+If you're just looking for the plist-based grammar, head over to the [releases](https://github.com/ephread/ink-tmlanguage/releases)!
13
+
14
## Table of contents
15
16
* [Building the grammar](#building-the-grammar)
package.json
@@ -28,7 +28,7 @@
28
"watch": "npm run build && chokidar 'grammars/*.YAML-tmLanguage' -c 'npm run build'"
29
},
30
"files": [
31
- "grammar/Ink.tmLanguage"
+ "grammars/Ink.tmLanguage"
32
],
33
"devDependencies": {
34
"@types/js-yaml": "latest",
0 commit comments