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,6 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/* Based on @sergeche's work in his emmet plugin */
import * as vscode from 'vscode';
import evaluate from '@emmetio/math-expression';
import { DocumentStreamReader } from './bufferStream';