1.0.4 • Published 2 years ago

lua-console-syntax-highlighter v1.0.4

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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago