Skip to content

vim-scripts/OOP-javascript-indentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=1936

This indentation script for javascript 

example of public method of class

var testing = function(){
  return {
    showDialog:new dialog([
      {
        1:'testing',
        2:'coba',
        3:'jajal'
      }
    ]);
  }
}

Comments are welcome! ryanthe@gmail.com

About

This indentation script for OOP javascript (especially for EXTJS)

Resources

Stars

Watchers

Forks

Packages

No packages published