sunlight icon indicating copy to clipboard operation
sunlight copied to clipboard

Client-side syntax highlighter

Results 14 sunlight issues
Sort by recently updated
recently updated
newest added

There are 2 issues related to ES6 identifiers: 1. In ES6, identifiers are less constrained than in ES5. For instance, you can define a class method named 𑀓ꘌ where 𑀓...

Please see the screenshot below for an demo (see the 4th line counting from the bottom): ![learning-by-examples-introduction-to-visual-basic-1-10-2016-241](https://cloud.githubusercontent.com/assets/4113719/20048210/c3cbc1f4-a4f5-11e6-8d61-12c4ae605470.png)

This pull request adds support for the [Pony](http://www.ponylang.org/) programming language.

This commit makes sunlight runnable if node.js by using jsdom. Note: I'm not sure why languageData.customTokens[tokenName].values can be undefined in node.js but not browsers.

If I put ````html in my jsdoc tutorials, it doesn't highlight the syntax. I think this could easily be resolved by making that render as xml. Along the same lines,...

Hi, I would like to integrate SunlightJS to blogger. I followed step by step in "installation guide" at your home page: http://sunlightjs.com/docs.html#installation: - First, I added these line to my...

Apple released Swift 1.0 at WWDC in 2014, and version 2.0 at WWDC in 2015. Would be great to have this language support in the library as it has really...

Hi there, very impressive work on the project. While implementing this and testing against PowerShell, I found a couple discrepancies that I wanted to report back. Namely, I found that...