Partial % motion
This commit is contained in:
7
botanjs/src/externs/Components.Vim.Syntax.Analyzer.js
Normal file
7
botanjs/src/externs/Components.Vim.Syntax.Analyzer.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @constructor */
|
||||
Components.Vim.Syntax.Analyzer = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.Syntax.Analyzer.bracketAt;
|
||||
/** @type Function */
|
||||
Components.Vim.Syntax.Analyzer.quoteAt;
|
14
botanjs/src/externs/Components.Vim.Syntax.TokenMatch.js
Normal file
14
botanjs/src/externs/Components.Vim.Syntax.TokenMatch.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @constructor */
|
||||
Components.Vim.Syntax.TokenMatch = function(){};
|
||||
|
||||
/** @type {Components.Vim.Syntax.TokenMatch} */
|
||||
Components.Vim.Syntax.TokenMatch.parent;
|
||||
|
||||
/** @type Number */
|
||||
Components.Vim.Syntax.TokenMatch.open;
|
||||
/** @type Number */
|
||||
Components.Vim.Syntax.TokenMatch.close;
|
||||
/** @type Number */
|
||||
Components.Vim.Syntax.TokenMatch.level;
|
||||
/** @type Number */
|
||||
Components.Vim.Syntax.TokenMatch.selected;
|
2
botanjs/src/externs/Components.Vim.Syntax.js
Normal file
2
botanjs/src/externs/Components.Vim.Syntax.js
Normal file
@@ -0,0 +1,2 @@
|
||||
/** @object */
|
||||
Components.Vim.Syntax = {};
|
@@ -3,6 +3,8 @@ Components.Vim.VimArea = function(){};
|
||||
|
||||
/** @type {Components.Vim.LineFeeder} */
|
||||
Components.Vim.VimArea.contentFeeder;
|
||||
/** @type {Components.Vim.Syntax.Analyzer} */
|
||||
Components.Vim.VimArea.contentAnalyzer;
|
||||
/** @type {Components.Vim.LineFeeder} */
|
||||
Components.Vim.VimArea.statusFeeder;
|
||||
/** @type {Components.Vim.StatusBar} */
|
||||
|
Reference in New Issue
Block a user