Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitalquark/textadept-yaml
YAML language module for Textadept.
https://github.com/orbitalquark/textadept-yaml
textadept textadept-module yaml
Last synced: 2 months ago
JSON representation
YAML language module for Textadept.
- Host: GitHub
- URL: https://github.com/orbitalquark/textadept-yaml
- Owner: orbitalquark
- License: mit
- Created: 2020-10-06T20:54:35.000Z (over 4 years ago)
- Default Branch: default
- Last Pushed: 2022-12-05T19:59:33.000Z (about 2 years ago)
- Last Synced: 2024-08-07T18:41:01.352Z (5 months ago)
- Topics: textadept, textadept-module, yaml
- Language: Makefile
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
Jumps to the anchor for the alias underneath the caret.
---