ciaranm / detectindent

Vim script for automatically detecting indent settings
173 stars 48 forks source link

Ignore multiline comment blocks in JavaScript #2

Closed brandonaaron closed 14 years ago

brandonaaron commented 14 years ago

Often JavaScript has multiline comment blocks at the top of the file which will throw off the indentation detection. Adding JavaScript to the ignore comment code.