Comparing version 2.1.0 to 2.1.1
@@ -55,2 +55,5 @@ 'use strict'; | ||
}, | ||
'.cs': function () { | ||
return require('./parsers/defaultParser'); | ||
}, | ||
'.go': function () { | ||
@@ -57,0 +60,0 @@ return require('./parsers/defaultParser'); |
{ | ||
"name": "leasot", | ||
"description": "Parse and output TODOs and FIXMEs from comments in your files", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)", | ||
@@ -6,0 +6,0 @@ "bin": "./bin/leasot.js", |
@@ -28,4 +28,7 @@ ![leasot](media/leasot.png) | ||
| ------------ | -------------------- | ------------------------------------------------| | ||
| C# | `.cs` | using regex. Supports `// and /* */` comments. | | ||
| C++/C | `.cpp` `.c` `.h` | using regex. Supports `// and /* */` comments. | | ||
| Coffee-React | `.cjsx` | using regex. Supports `#` comments. | | ||
| Coffeescript | `.coffee` | using regex. Supports `#` comments. | | ||
| Go | `.go` | using regex. Supports `// and /* */` comments. | | ||
| Handlebars | `.hbs` | using regex. Supports `{{! }}` and `{{!-- --}}` | | ||
@@ -38,8 +41,6 @@ | Jade | `.jade` | using regex. | | ||
| Sass | `.sass` `.scss` | using regex. Supports `// and /* */` comments. | | ||
| Shell | `.sh` `.zsh` `.bash` | using regex. Supports `#` comments. | | ||
| Stylus | `.styl` | using regex. Supports `// and /* */` comments. | | ||
| Twig | `.twig` | using regex. Supports `{# #}` and `<!-- -->` | | ||
| Typescript | `.ts` | using regex. Supports `// and /* */` comments. | | ||
| C++/C | `.cpp` `.c` `.h` | using regex. Supports `// and /* */` comments. | | ||
| Go | `.go` | using regex. Supports `// and /* */` comments. | | ||
| Shell | `.sh` `.zsh` `.bash` | using regex. Supports `#` comments. | | ||
@@ -46,0 +47,0 @@ Javascript is the default parser. |
28816
598
313