* @param {boolean} shouldHighlight
(shouldHighlight)
| 1183 | * @param {boolean} shouldHighlight |
| 1184 | */ |
| 1185 | setHighlightGutterLine(shouldHighlight) { |
| 1186 | this.setOption("highlightGutterLine", shouldHighlight); |
| 1187 | } |
| 1188 | |
| 1189 | /** |
| 1190 | * @returns {Boolean} |