1.0.4 • Published 3 years ago

lua-console-syntax-highlighter v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

lua-console-syntax-highlighter NPM monthly downloads NPM total downloads

Console syntax highlighter for Lua 5.1 and Luau.

Install

Install with npm:

$ npm install lua-console-syntax-highlighter

Usage

const{highlight}=require('./main');

const inp=require('fs').readFileSync('input.lua','ascii');

console.log(highlight(inp,'onedarkpro'));
console.log(highlight(inp,'monokaipro'));

image

Themes

  • onedarkpro
  • monokaipro

Huge shoutout to BoatBomber for the original lexer.

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago