Skip to content

ephread/ink-vscode-sequitur

 
 

Repository files navigation

ink README

Support for Inkle's Ink language in Visual Studio Code.

Features

  • Syntax highlighting using the .tmLanguage file included in the Ink source repository.
  • Accurate word count in Ink files. Ignores comments, knot/stitch declarations and logic blocks, counting only actual content text.
  • IntelliSense completion for divert targets.
  • Show definition support for knots
  • Node (knot/stitch) count in Ink files.
  • Sensible language configuration defaults for Ink.

Release Notes

1.3.0

  • Completions now support labels
  • Show definitions now works on knots as divert targets

1.2.0

  • Add basic support for IntelliSense, providing completions for knots and stitches of the current knot; triggered by typing ->

1.1.0

  • Add word/node count feature.

1.0.0

Initial release.

License

MIT. See LICENSE.

About

Ink support in Visual Studio Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%