Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

YAML language module for Textadept.

License

Notifications You must be signed in to change notification settings

orbitalquark/textadept-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.