1.0.4 • Published 1 year ago

lua-console-syntax-highlighter v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago