Skip to content

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

MoonScript Textadept support

This package comes with both a theme and a syntax lexer.

screenshot

Install

To install, copy lexers/moonscript.lua to a lexers directory in your local textadept directory (usually .textadept).

To install the theme copy themes/moon.lua to a themes directory in your local textadept directory.

Update your init.lua:

-- enable the lexerlocalfile_types=require"textadept.file_types"file_types.extensions.moon="moonscript"-- enable the theme, with a custom font (optional)ui.set_theme(CURSESand"term" or"moon", {
font="Source Code Pro",
fontsize=14,
})

About

Textadept support for MoonScript

Resources

Stars

8 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages