BowlerHatLLC / vscode-as3mxml

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
https://as3mxml.com/
Apache License 2.0
256 stars 39 forks source link

Support tab character after @param #733

Closed ylazy closed 6 months ago

ylazy commented 7 months ago

Hi! Currently the extension only accepts spaces after @param. Please consider to add support for tabs.

/**
 * Add a filter animation (PropertyFilter must be activated)
 * @param   classRef    Filter class (ex: BlurFilter or "blurFilter")
 * @param   parameters  Filter properties (ex: { blurX:10, blurY:10 })
 * @return  Tween reference
 */

Thanks!