Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SublimeText
/
VBScript
Public
Notifications
You must be signed in to change notification settings
Fork
51
Star
193
Code
Issues
8
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 21, 2019
Merge pull request #26 from kimsey0/patch-1
Show description for 79ca31f
jsadeli
authored
79ca31f
View commit details
Copy full SHA for 79ca31f
Browse repository at this point
Commits on May 19, 2019
Add .cls and .frm file extensions for VBA
Show description for aac3a4c
kimsey0
authored
aac3a4c
View commit details
Copy full SHA for aac3a4c
Browse repository at this point
Commits on Jun 13, 2016
Merge pull request #23 from seanchase/master
Show description for c137117
jsadeli
authored
c137117
View commit details
Copy full SHA for c137117
Browse repository at this point
Added .vba and .bas
Show description for 37b44e9
seanchase
authored
37b44e9
View commit details
Copy full SHA for 37b44e9
Browse repository at this point
Commits on Apr 1, 2016
Update readme.md
Show description for 73670fc
jsadeli
committed
73670fc
View commit details
Copy full SHA for 73670fc
Browse repository at this point
Merge pull request #22 from CrashM/patch-2
Show description for 018f500
jsadeli
committed
018f500
View commit details
Copy full SHA for 018f500
Browse repository at this point
Commits on Mar 31, 2016
Update VBScript.sublime-build
Show description for b7d3dd3
CrashM
committed
b7d3dd3
View commit details
Copy full SHA for b7d3dd3
Browse repository at this point
Commits on Aug 12, 2015
Merge pull request #18 from Zergie/master
Show description for 4fec72d
jsadeli
committed
4fec72d
View commit details
Copy full SHA for 4fec72d
Browse repository at this point
Commits on Aug 11, 2015
Added extensions for Access VBA
Zergie
committed
275a524
View commit details
Copy full SHA for 275a524
Browse repository at this point
Commits on Jul 12, 2013
Merge pull request #14 from mnohai-mdsol/master
Show description for a64e032
jsadeli
committed
a64e032
View commit details
Copy full SHA for a64e032
Browse repository at this point
Commits on Jul 11, 2013
Fixed parsing of function parameters if you precede a Sub or Function with Public or Private. Updated Rem to ignore case.
mjnohai
committed
76bcfb5
View commit details
Copy full SHA for 76bcfb5
Browse repository at this point
Commits on May 9, 2013
Fixed missing pipe to parse vbTextCompare and vbsunday correctly.
mjnohai
committed
82cf285
View commit details
Copy full SHA for 82cf285
Browse repository at this point
Commits on May 8, 2013
Merge pull request #13 from mnohai-mdsol/master
Show description for 3f80666
jsadeli
committed
3f80666
View commit details
Copy full SHA for 3f80666
Browse repository at this point
Updated for typo.
mjnohai
committed
2ee8a58
View commit details
Copy full SHA for 2ee8a58
Browse repository at this point
Fixed typo and concatenation issue with VB constants.
mjnohai
committed
3bb3c0e
View commit details
Copy full SHA for 3bb3c0e
Browse repository at this point
Commits on Apr 15, 2013
Merge branch 'master' of github.com:SublimeText/VBScript
mjnohai
committed
ae87cdd
View commit details
Copy full SHA for ae87cdd
Browse repository at this point
Commits on Apr 6, 2013
Updated screenshots.
jsadeli
committed
8a23fe0
View commit details
Copy full SHA for 8a23fe0
Browse repository at this point
General clean-up, expanded installation instruction section, and added travis-ci build status.
jsadeli
committed
242b9d4
View commit details
Copy full SHA for 242b9d4
Browse repository at this point
Simple nose tests to check the validity of VBScript.tmLanguage and VBScript.sublime-build files.
jsadeli
committed
f17e450
View commit details
Copy full SHA for f17e450
Browse repository at this point
Ignore python cache files.
jsadeli
committed
c4f018e
View commit details
Copy full SHA for c4f018e
Browse repository at this point
Commits on Apr 5, 2013
Added sublime build support (via cscript and wscript).
jsadeli
committed
0fc42fd
View commit details
Copy full SHA for 0fc42fd
Browse repository at this point
Commits on Mar 21, 2013
Added keyword Preserve for Arrays.
mjnohai
committed
6c8e46e
View commit details
Copy full SHA for 6c8e46e
Browse repository at this point
Commits on Mar 16, 2013
Merge pull request #11 from mnohai-mdsol/master
Show description for 5a78e5b
jsadeli
committed
5a78e5b
View commit details
Copy full SHA for 5a78e5b
Browse repository at this point
Commits on Mar 12, 2013
Fixed issue where "Rem" was causing syntax to appear commented out. Fixed with RegEx for at least 1 space after "Rem" is used.
mjnohai
committed
b0bd774
View commit details
Copy full SHA for b0bd774
Browse repository at this point
Commits on Mar 4, 2013
Added "Step" Keyword for use in For Loops.
mjnohai
committed
c027a8e
View commit details
Copy full SHA for c027a8e
Browse repository at this point
Commits on Feb 25, 2013
Merge pull request #10 from mnohai-mdsol/master
Show description for f58e769
jsadeli
committed
f58e769
View commit details
Copy full SHA for f58e769
Browse repository at this point
Updated "Rem" to use proper case.
mjnohai
committed
b991227
View commit details
Copy full SHA for b991227
Browse repository at this point
Commits on Feb 20, 2013
Added "In"
mjnohai
committed
82e4d58
View commit details
Copy full SHA for 82e4d58
Browse repository at this point
Merge pull request #8 from mnohai-mdsol/master
Show description for e3c67b2
jsadeli
committed
e3c67b2
View commit details
Copy full SHA for e3c67b2
Browse repository at this point
Added "Is", "End With", "ByVal", "ByRef", "Public Function", "Private Function"
mjnohai
committed
3a86f1a
View commit details
Copy full SHA for 3a86f1a
Browse repository at this point
Commits on Feb 18, 2013
Fixed typo.
jsadeli
committed
90452a8
View commit details
Copy full SHA for 90452a8
Browse repository at this point
Commits on Jan 12, 2013
Removed the prefix '7' from being considered as "variable.other.asp".
jsadeli
committed
ebb9b67
View commit details
Copy full SHA for ebb9b67
Browse repository at this point
Commits on Jul 29, 2012
Merge pull request #5 from aliaksandr-trush/snippets
Show description for 7bbefa8
jsadeli
committed
7bbefa8
View commit details
Copy full SHA for 7bbefa8
Browse repository at this point
Commits on Jul 25, 2012
fix problem with brackets
Aliaksandr Trush
authored and
Aliaksandr Trush
committed
f4e285e
View commit details
Copy full SHA for f4e285e
Browse repository at this point
Split do.sublime-snippet to several snippets
Aliaksandr Trush
authored and
Aliaksandr Trush
committed
c20f718
View commit details
Copy full SHA for c20f718
Browse repository at this point
Previous
Next
You can’t perform that action at this time.