master
Correct typo (#13861)
Addresses issue where style and script tags (and their contents) did not appear as collapsible in html mixed mode.
Move most inline jslint directives to config files
removed unused variable
APIs for manipulating gutters (#12742)
Improve visual appearance of code folding: - Fainter, smaller gutter triangle icons - Gutter triangle icons get less faint on mouseover (or when collapsed) - Vertically align gutter triangle icons with text better - Change inline collapsed placeholder to more readable arrow icon - Better colors in dark theme - Less horizontal gap between line numbers and triangle icons (without reducing gap between line numbers and text, if folding gutter disabled)
Addresses #13264 where setting `saveFoldStates` preference to false caused the code folding extension to stop working.