Skip to content

Andre-LA/ta-nelua

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

ta-nelua

Lexer to add Nelua support to Textadept editor.

How to install

  • Clone or download the repository;
  • Move the lexer/nelua.lua file to _USERHOME/lexers/ directory;
  • Move the ta-nelua directory to _USERHOME/modules/ directory;
  • Add this line to your _USERHOME/init.lua: require("ta-nelua");

Note : _USERHOME it's your textadept userhome directory, by default: ~/.textadept/ on Linux and C:\Users\your_username\.textadept on Windows)

Usage

When opening any .nelua file, the nelua lexer will be selected automatically.

To run or compile a file, you either:

  • use Ctrl+R to run; Shift+Ctrl+R to compile;
  • go to Tools -> Run to run; Tools -> Compile to compile

If your file is on a VCS (Bazaar, Git, Mercurial, or SVN) directory, the root of the VCS project will be considered the working directory to run/compile.

Consult Compile, Run, and Build section of Textadept's Manual for more information.

Preview

Textadept preview using base16-ashes-dark theme

About

Nelua module for Textadept (mirror from: https://libregit.org/Andre-LA/ta-nelua)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages