Skip to content

Commit

Permalink
Add langs to descp.
Browse files Browse the repository at this point in the history
  • Loading branch information
F1LT3R committed Mar 19, 2018
1 parent 1597a21 commit 5be21aa
Showing 1 changed file with 178 additions and 2 deletions.
180 changes: 178 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "chromafi",
"version": "1.3.1",
"version": "1.4.0",
"description": "馃 Syntax highlight to console: any function - any - object - any language.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,183 @@
"object",
"string",
"function",
"line-numbers"
"line-numbers",
"1c",
"abnf",
"accesslog",
"actionscript",
"ada",
"apache",
"applescript",
"arduino",
"armasm",
"asciidoc",
"aspectj",
"autohotkey",
"autoit",
"avrasm",
"awk",
"axapta",
"bash",
"basic",
"bnf",
"brainfuck",
"cal",
"capnproto",
"ceylon",
"clean",
"clojure-repl",
"clojure",
"cmake",
"coffeescript",
"coq",
"cos",
"cpp",
"crmsh",
"crystal",
"cs",
"csp",
"css",
"d",
"dart",
"delphi",
"diff",
"django",
"dns",
"dockerfile",
"dos",
"dsconfig",
"dts",
"dust",
"ebnf",
"elixir",
"elm",
"erb",
"erlang-repl",
"erlang",
"excel",
"fix",
"flix",
"fortran",
"fsharp",
"gams",
"gauss",
"gcode",
"gherkin",
"glsl",
"go",
"golo",
"gradle",
"groovy",
"haml",
"handlebars",
"haskell",
"haxe",
"hsp",
"htmlbars",
"http",
"hy",
"inform7",
"ini",
"irpf90",
"java",
"javascript",
"jboss-cli",
"json",
"julia-repl",
"julia",
"kotlin",
"lasso",
"ldif",
"leaf",
"less",
"lisp",
"livecodeserver",
"livescript",
"llvm",
"lsl",
"lua",
"makefile",
"markdown",
"mathematica",
"matlab",
"maxima",
"mel",
"mercury",
"mipsasm",
"mizar",
"mojolicious",
"monkey",
"moonscript",
"n1ql",
"nginx",
"nimrod",
"nix",
"nsis",
"objectivec",
"ocaml",
"openscad",
"oxygene",
"parser3",
"perl",
"pf",
"php",
"pony",
"powershell",
"processing",
"profile",
"prolog",
"protobuf",
"puppet",
"purebasic",
"python",
"q",
"qml",
"r",
"rib",
"roboconf",
"routeros",
"rsl",
"ruby",
"ruleslanguage",
"rust",
"scala",
"scheme",
"scilab",
"scss",
"shell",
"smali",
"smalltalk",
"sml",
"sqf",
"sql",
"stan",
"stata",
"step21",
"stylus",
"subunit",
"swift",
"taggerscript",
"tap",
"tcl",
"tex",
"thrift",
"tp",
"twig",
"typescript",
"vala",
"vbnet",
"vbscript-html",
"vbscript",
"verilog",
"vhdl",
"vim",
"x86asm",
"xl",
"xml",
"xquery",
"yaml",
"zephir"
],
"author": "F1LT3R",
"license": "MIT",
Expand Down

0 comments on commit 5be21aa

Please sign in to comment.