You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto highlighting should return a list of possible matches, not just top two
Change highlight(name, x, x, x) API to highlight(code, options={}), we'd still support the legacy API until 11.0 I'd imagine. Propose: Improve highlight API #2277
Creating an issue to keep track of all the "breaking changes" I'd like to do when we get around to major release time.
cs.js
tocsharp.js
tex.js
tolatex.js
darkula.css
(mispelling)restoreLanguageAPI
(version 9 compressed languages are not compatible with version 10)Good time to split C/C++ with a common foundation if we have anyone to work on thatCreate C/C++ dependency on 'c-like' to prevent future breaking changes (cpp) syntax should be split into C and C++ syntaxes #2146htmlbars
andhandlebars
dependencies (htmlbars) should inherit from Handlebars #2181./tools/build.js -t browser :common
#2291Thing that probably aren't making it into 10.0
endSameAsBegin
and encourage callback use instead (cpp) Fix highlighting of unterminated raw strings #2261highlight(name, x, x, x)
API tohighlight(code, options={})
, we'd still support the legacy API until 11.0 I'd imagine. Propose: Improvehighlight
API #2277baseLanguage
to some language grammars and AddbaseLangage
to language grammars #2275The text was updated successfully, but these errors were encountered: