othree / javascript-libraries-syntax.vim

Syntax for JavaScript libraries
http://www.vim.org/scripts/script.php?script_id=4428
622 stars 36 forks source link

google closure library? #26

Open zhuochun opened 9 years ago

zhuochun commented 9 years ago

Would you please support google closure library? Many thanks.

othree commented 9 years ago

It's very huge lib. So I will need some help to do it. Would you like to help me doing it?

zhuochun commented 9 years ago

How could I help? I am not very familiar with vimL though.

othree commented 9 years ago

I will need someone help summarize the method and properties. For example, goog.color:

Color Methods:

goog.color.blend
goog.color.darken
goog.color.hexToHsl
goog.color.hexToHsv
goog.color.hexToRgb
goog.color.hexToRgbStyle

....

I need list like this for every module of colsure-library. But I don't need to complete it once. So if you can help on this. Just pick one module and give the list of the module. And I will start to try support it.