From cd2fded0e0abb6b31fceaca128699eca0f300c63 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 6 Sep 2020 20:51:38 +0200 Subject: Add support for Visual Basic and Basic --- heuristics.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'heuristics.yaml') 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 -- cgit v1.2.3