| Type | IsCaseSensitive | Extension | CountStart | CountStop | IgnoreLine | CommentBegin | CommentEnd |
| C# | true | .cs | なし | なし | //,using,[,},#,namespace | /* | */ |
| Java | true | .java | なし | なし | //,import,package,} | /* | */ |
| Type | IsCaseSensitive | Extension | CountStart | CountStop | IgnoreLine | CommentBegin | CommentEnd |
| C++ | true | .h,.c,.hpp,.cpp | なし | なし | //,#,typedef,},public:,private:,protected:,template | /* | */ |
| COBOL | false | .cbl | procedure | なし | * | なし | なし |
| PL*SQL | false | .sql | begin | end; | -- | なし | なし |
| Perl | true | .pl | なし | なし | # | なし | なし |
| Visual Basic | false | .bas | なし | なし | ',rem | なし | なし |