diff options
Diffstat (limited to 'heuristics.yaml')
-rw-r--r-- | heuristics.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/heuristics.yaml b/heuristics.yaml index 33c1c690..8c0c1663 100644 --- a/heuristics.yaml +++ b/heuristics.yaml @@ -93,3 +93,11 @@ rules: pattern: '^>\s*--.*[Ii]dris ?1' filetype: lidris - filetype: lidris2 +--- +extensions: [bas] +rules: +- lines: 5 + pattern: 'VB_Name|Begin VB\.(Form|MDIForm|UserControl)' + filetype: vb + ignore_case: true +- filetype: basic |