forked from Botanical/BotanJS
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
/** @constructor */
|
|
Components.Vim.Syntax.Word = function(){};
|
|
|
|
/** @type Function */
|
|
Components.Vim.Syntax.Word.test;
|