Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Visual Basic 6.0 as its own language #6124

Merged
merged 10 commits into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4112,7 +4112,7 @@ Move:
type: programming
color: "#4a137a"
extensions:
- ".move"
- ".move"
tm_scope: source.move
ace_mode: text
language_id: 638334599
Expand Down Expand Up @@ -6795,8 +6795,6 @@ VBA:
- ".vba"
tm_scope: source.vbnet
aliases:
- vb6
- visual basic 6
- visual basic for applications
ace_mode: text
codemirror_mode: vb
Expand Down Expand Up @@ -6947,6 +6945,23 @@ Visual Basic .NET:
codemirror_mode: vb
codemirror_mime_type: text/x-vb
language_id: 389
Visual Basic 6.0:
type: programming
color: "#2c6353"
extensions:
- ".ctl"
- ".Dsr"
tm_scope: source.vbnet
aliases:
- vb6
- vb 6
- visual basic 6
- visual basic classic
- classic visual basic
ace_mode: text
codemirror_mode: vb
codemirror_mime_type: text/x-vb
language_id: 679594952
Volt:
type: programming
color: "#1F1F1F"
Expand Down
Loading