Reset analyzed content when needed

This commit is contained in:
2016-03-31 03:12:18 +08:00
parent 1bc1a90b31
commit 79705e9b14
3 changed files with 17 additions and 5 deletions

View File

@@ -9,3 +9,5 @@ Components.Vim.Syntax.Analyzer.bracketIn;
Components.Vim.Syntax.Analyzer.wordAt;
/** @type Function */
Components.Vim.Syntax.Analyzer.quoteAt;
/** @type Function */
Components.Vim.Syntax.Analyzer.reset;