https://github.com/rokf/ta-terra
Terra (http://terralang.org/) modules for the Textadept editor
https://github.com/rokf/ta-terra
Last synced: 11 months ago
JSON representation
Terra (http://terralang.org/) modules for the Textadept editor
- Host: GitHub
- URL: https://github.com/rokf/ta-terra
- Owner: rokf
- Created: 2016-04-22T17:59:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T15:49:49.000Z (over 8 years ago)
- Last Synced: 2025-06-20T16:11:28.174Z (12 months ago)
- Language: Lua
- Homepage:
- Size: 39.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Textadept Terra
A module for the [Terra](http://terralang.org/) programming language
#### Includes
- lexer (built upon the `lua` lexer)
- autocomplete via *fake* `ctags`
- docs via Textadept `api` files
#### Installation
Copy the `terra.lua` file to your `lexers` folder.
On Linux: `~/.textadept/lexers/`
Add `textadept.file_types.extensions.t = "terra"` to your main `init.lua` file.
On Linux: `~/.textadept/init.lua`
For autocomplete and docs copy the `terra` module folder into your
Textadept `modules` folder.
On Linux: `~/.textadept/modules/`
The files have to be in `~/.textadept/modules/terra/` for example.
In your main `init.lua` file do `require('terra')` and you're done.