orbitalquark / textadept-yaml

YAML language module for Textadept.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAML

The YAML module for Textadept. It provides utilities for editing YAML documents.

WARNING: this module is deprecated. It will no longer work in Textadept 12.0.

Compiling

Releases include binaries, so building this modules should not be necessary. If you want to build manually, run make deps followed by make yaml.so. This assumes the module is installed in Textadept's modules/ directory. If it is not (e.g. it is in your _USERHOME), run make ta=/path/to/textadept yaml.so.

Key Bindings

  • Ctrl+& (⌘& | M-&) Jump to the anchor for the alias under the caret.

Functions defined by _M.yaml

_M.yaml.goto_anchor()

Jumps to the anchor for the alias underneath the caret.


About

YAML language module for Textadept.

License:MIT License


Languages

Language:Makefile 59.8%Language:Lua 40.2%