The Wayback Machine - https://web.archive.org/web/20210421154229/https://github.com/topics/syntax-highlighting
Skip to content
#

syntax-highlighting

Here are 1,623 public repositories matching this topic...

edemaine
edemaine commented Apr 17, 2021

Declaring multiple variadic variables with initializers generates an invalid error.

Example code (which Github also seems to highlight inconsistently):

vector<int> e(n), depth(n);

Highlight.js 10.4.0 and 10.7.2 generate an Illegal lexeme "," for mode "function" error. Direct reproduction:

require('highlight.js/lib/core').highlight('vector<int> e(n), depth(n);', {langua
adyotag
adyotag commented Apr 1, 2021

Describe the enhancement

Many of us use DEM (discrete element method) to carry out simulations using engines like LIGGGHTS or LAMMPS. To run our simulations, we have to write some scripts. In the LIGGGHTS community, it's very customary to label our input scripts as "in.XXXXX". It would be a fun addition to add a language called "LIGGGHTS/LAMMPS Script" when it detects an input file of this s

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
  • Updated Nov 24, 2020
  • JavaScript
chocolateboy
chocolateboy commented Sep 1, 2019
  • OS: Linux (Arch)
  • Python: 3.7.4
  • litecli: 1.1.0

This is a great tool (thanks!), but I was deterred from considering it by the references to completing with the "Right-arrow" key in the documentation (and UI). I'm used to completing with the standard GNU Readline Tab key (as in sqlite) and never use arrow keys for completion and don't use any tools which do by default (it's bee

Improve this page

Add a description, image, and links to the syntax-highlighting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the syntax-highlighting topic, visit your repo's landing page and select "manage topics."

Learn more