diff --git a/README.md b/README.md index 60143c5..e22525e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ submit a pull request (comment parsing happens in **lib/watson/paser.rb**) - **Emacslisp** - **LaTex** - **Handlebars** +- **BlitzMax** ## Command line arguments diff --git a/lib/watson/parser.rb b/lib/watson/parser.rb index c3ca5d3..4c8d48e 100755 --- a/lib/watson/parser.rb +++ b/lib/watson/parser.rb @@ -58,7 +58,8 @@ class Parser '.d' => ['//','/*'], # D '.tex' => ['%'], # LaTex '.hbs' => ['{{!--'], # Handlebars - '.twig' => ['{#'] # Twig + '.twig' => ['{#'], # Twig + '.bmx' => ['\''] # BlitzMax }.freeze