Comparing version 2.0.2 to 2.0.3
@@ -54,3 +54,6 @@ 'use strict'; | ||
return require('./parsers/defaultParser'); | ||
} | ||
}, | ||
'.go': function() { | ||
return require('./parsers/defaultParser'); | ||
}, | ||
}; | ||
@@ -57,0 +60,0 @@ |
{ | ||
"name": "leasot", | ||
"description": "Parse and output TODOs and FIXMEs from comments in your files", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)", | ||
@@ -6,0 +6,0 @@ "bin": "./bin/leasot.js", |
@@ -41,2 +41,3 @@ ![leasot](media/leasot.png) | ||
| C++/C | `.cpp` `.c` `.h` | using regex. Supports `// and /* */` comments. | | ||
| Go | `.go` | using regex. Supports `// and /* */` comments. | | ||
@@ -43,0 +44,0 @@ Javascript is the default parser. |
28041
573
311