Some boundary foundations

This commit is contained in:
2016-03-30 08:39:13 +08:00
parent 564aef86aa
commit a7d2e80f4a
5 changed files with 288 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ Components.Vim.Syntax.Analyzer = function(){};
/** @type Function */
Components.Vim.Syntax.Analyzer.bracketAt;
/** @type Function */
Components.Vim.Syntax.Analyzer.wordAt;
/** @type Function */
Components.Vim.Syntax.Analyzer.quoteAt;

View File

@@ -0,0 +1,5 @@
/** @constructor */
Components.Vim.Syntax.Word = function(){};
/** @type Function */
Components.Vim.Syntax.Word.test;