Emmet Increment/Decrememnt commands

This commit is contained in:
Ramya Achutha Rao
2017-06-22 06:48:22 -07:00
parent aec62b1f78
commit c4bd992b03
5 changed files with 158 additions and 2 deletions

View File

@@ -3,12 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/* Based on @sergeche's work in his emmet plugin */
'use strict';
import { TextDocument, Position, Range, EndOfLine } from 'vscode';
/**
* A stream reader for VSCode's `TextDocument`
* A stream reader for VSCode's `TextDocument`
* Based on @emmetio/stream-reader and @emmetio/atom-plugin
*/
export class DocumentStreamReader {