Some boundary foundations
This commit is contained in:
@@ -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;
|
||||
|
5
botanjs/src/externs/Components.Vim.Syntax.Word.js
Normal file
5
botanjs/src/externs/Components.Vim.Syntax.Word.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/** @constructor */
|
||||
Components.Vim.Syntax.Word = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.Syntax.Word.test;
|
Reference in New Issue
Block a user