klor
syntax highlighting
Last updated 4 years ago by monsterkodi .
Unlicense · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install klor 
SYNC missed versions from official npm registry.

klor

klor is a simple syntax highlighting tool. It exports the following function:

parse lines, ext

  • lines: array of strings
  • ext: file type
    • coffee js ts
    • styl css sass
    • pug html svg
    • bash fish sh
    • cpp hpp c h
    • noon json
    • md plist

returns an array of objects:

[
    ext:    string              
    chars:  number              
    index:  number              
    number: index+1 
    chunks: [
                match:  string  # without whitespace characters
                clss:   string  # value of match
                turd:   string  # following punctuation characters
                start:  number  # character index of match in line
                length: number  # length of match
            ]
...
]

See kolor.map for a list of recognized chunk values.

???? kolor

kolor is a submodule which exports a bunch of functions for wrapping strings in 256 color ansi codes.

It's a merge of colorette and ansi-256-colors

  • [r g b c m y w][1..8] foreground colors
  • [R G B C M Y W][1..8] background colors
klor = require 'klor'
klor.kolor.globalize() # hoist color functions into the global scope
log y8 'bright yellow' + R1 'on dark red'

npm package Build Status downloads

Current Tags

  • 2.17.0                                ...           latest (4 years ago)

65 Versions

  • 2.17.0                                ...           4 years ago
  • 2.16.1                                ...           5 years ago
  • 2.16.0                                ...           5 years ago
  • 2.15.0                                ...           5 years ago
  • 2.14.0                                ...           5 years ago
  • 2.13.0                                ...           5 years ago
  • 2.12.0                                ...           5 years ago
  • 2.11.0                                ...           6 years ago
  • 2.10.0                                ...           6 years ago
  • 2.8.0                                ...           6 years ago
  • 2.7.0                                ...           6 years ago
  • 2.6.0                                ...           6 years ago
  • 2.5.0                                ...           6 years ago
  • 2.4.0                                ...           6 years ago
  • 2.3.0                                ...           6 years ago
  • 2.1.0                                ...           6 years ago
  • 2.0.0                                ...           6 years ago
  • 1.8.0                                ...           6 years ago
  • 1.6.0                                ...           6 years ago
  • 1.4.0                                ...           7 years ago
  • 1.3.0                                ...           7 years ago
  • 1.2.0                                ...           7 years ago
  • 1.1.1                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
  • 0.63.0                                ...           7 years ago
  • 0.62.0                                ...           7 years ago
  • 0.61.0                                ...           7 years ago
  • 0.60.0                                ...           7 years ago
  • 0.59.0                                ...           7 years ago
  • 0.58.0                                ...           7 years ago
  • 0.57.0                                ...           7 years ago
  • 0.56.0                                ...           7 years ago
  • 0.55.0                                ...           7 years ago
  • 0.54.0                                ...           7 years ago
  • 0.53.0                                ...           7 years ago
  • 0.52.0                                ...           7 years ago
  • 0.51.0                                ...           7 years ago
  • 0.50.0                                ...           7 years ago
  • 0.49.0                                ...           7 years ago
  • 0.48.0                                ...           7 years ago
  • 0.47.0                                ...           7 years ago
  • 0.46.0                                ...           7 years ago
  • 0.45.0                                ...           7 years ago
  • 0.44.0                                ...           7 years ago
  • 0.43.0                                ...           7 years ago
  • 0.42.0                                ...           7 years ago
  • 0.41.0                                ...           7 years ago
  • 0.40.0                                ...           7 years ago
  • 0.39.0                                ...           7 years ago
  • 0.37.0                                ...           7 years ago
  • 0.36.0                                ...           7 years ago
  • 0.35.0                                ...           7 years ago
  • 0.34.0                                ...           7 years ago
  • 0.33.0                                ...           7 years ago
  • 0.31.0                                ...           7 years ago
  • 0.29.0                                ...           7 years ago
  • 0.28.0                                ...           7 years ago
  • 0.26.0                                ...           7 years ago
  • 0.25.0                                ...           7 years ago
  • 0.24.0                                ...           7 years ago
  • 0.21.0                                ...           7 years ago
  • 0.15.0                                ...           7 years ago
  • 0.13.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 63
Last Day 0
Last Week 63
Last Month 2
Dependencies (0)
None
Dev Dependencies (5)
Dependents (4)

Copyright 2013 - present © cnpmjs.org | Home |