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
move CSS_NUMBER_MODE into css-shared (it's too specific to be a general rule)
review notes on [Request] Expose TypeScript types. #2945 and consider making some attributes of Result "private"... ie, __top vs top... since those are intended more for debugging rather than public use.
initHighlighting* needs to be aliased to highlightAll()
The text was updated successfully, but these errors were encountered:
This isn't a general discussion thread for version 11 (esp not this early), it's more of a todo-list scratch pad for maintainers. Please open a separate issue if you want to discuss an individual aspect of the future version 11 release.
This is still a ways away but I wanted to start a list of the breaking changes we intend to introduce so we don't forget anything later.
.title--class
or.title__class
enh(parser) multi-class in a single mode #3081lexemes
fixMarkup
(deprecated via DeprecatefixMarkup
public API #2534)useBR
(parser) DeprecateuseBR
#2559tabReplace
(deprecated via (parser) Deprecate:tabReplace
parser option #2874)php3
, 4, 5, 6, etc. aliasessql_more
grammarrelevance
returned by highlight is allowed to be a floating point number nowregex.join
to indicate it's internalre
key from element.result (highlightBlock)htmlbars
stubc-like
stubsecond_best
tosecondBest
:common
Discuss: 2021: Inclusion of new languages in:common
set #2848CSS_NUMBER_MODE
intocss-shared
(it's too specific to be a general rule)__top
vstop
... since those are intended more for debugging rather than public use.initHighlighting*
needs to be aliased tohighlightAll()
The text was updated successfully, but these errors were encountered: