$extensions (Supported Filetypes)

squi.rb

This application is distributed under the GPL.

Send all comments or suggestions to jonathantan86@hotmail.com.

This is version 0.11 (Mar 14, 2006).
Older versions: 0.1

Hash: extension => comment identifier

I put 'SOME_NONSENSE_STRING' for extensions that I’m not going to support comments in yet.

 $extensions = {
     'cbi' => '#', 
     'rb' => '#', 
     'rhtml' => 'SOME_NONSENSE_STRING', 
     'css' => 'SOME_NONSENSE_STRING',
 }