Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orbitalquark/textadept-yaml

YAML language module for Textadept.
https://github.com/orbitalquark/textadept-yaml

textadept textadept-module yaml

Last synced: about 1 month ago
JSON representation

YAML language module for Textadept.

Awesome Lists containing this project

README

        

# 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.

---