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 }}
SublimeText
/
PowerShell
Public
Notifications
You must be signed in to change notification settings
Fork
80
Star
335
Code
Issues
6
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
PowerShell
PowerShell.sublime-syntax
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 18, 2026
Set in/out/ref to storage modifiers
michaelblyons
committed
2938700
View commit details
Copy full SHA for 2938700
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
Support statement values (#233)
Show description for d8c3c5d
michaelblyons
authored
d8c3c5d
View commit details
Copy full SHA for d8c3c5d
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
Match attribute scopes to C# annotations
michaelblyons
committed
ed0ce1e
View commit details
Copy full SHA for ed0ce1e
View code at this point
Browse repository at this point
Support param blocks at BOF
michaelblyons
committed
9551c13
View commit details
Copy full SHA for 9551c13
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
Fix unquoted strings leaking into quotes (#229)
Show description for 0a5f559
michaelblyons
authored
0a5f559
View commit details
Copy full SHA for 0a5f559
View code at this point
Browse repository at this point
Commits on May 25, 2026
Enable extending syntaxes to override indentation constrints (#224)
Show description for 1bb3e44
deathaxe
authored
1bb3e44
View commit details
Copy full SHA for 1bb3e44
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
Sync region scopes to upstream C#
Show description for 040d175
michaelblyons
committed
040d175
View commit details
Copy full SHA for 040d175
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
Allow regions anywhere comments are permitted (#217)
Show description for 4969d09
michaelblyons
authored
4969d09
View commit details
Copy full SHA for 4969d09
View code at this point
Browse repository at this point
Commits on Dec 27, 2025
Group the $PsSession vars together
God-damnit-all
authored and
michaelblyons
committed
b61d808
View commit details
Copy full SHA for b61d808
View code at this point
Browse repository at this point
Add `$PsNativeCommand` vars to syntax
God-damnit-all
authored and
michaelblyons
committed
fd4f0c9
View commit details
Copy full SHA for fd4f0c9
View code at this point
Browse repository at this point
Fix `$__` highlighting
God-damnit-all
authored and
michaelblyons
committed
5bee3a1
View commit details
Copy full SHA for 5bee3a1
View code at this point
Browse repository at this point
Commits on Dec 23, 2025
Fix format string placeholders
Show description for 8bcaa62
deathaxe
authored and
michaelblyons
committed
8bcaa62
View commit details
Copy full SHA for 8bcaa62
View code at this point
Browse repository at this point
Fix unquoted string argument termination
Show description for 89385a5
deathaxe
authored and
michaelblyons
committed
89385a5
View commit details
Copy full SHA for 89385a5
View code at this point
Browse repository at this point
Commits on Dec 16, 2025
Don't nest SQL in embedded C#
michaelblyons
committed
cf8df09
View commit details
Copy full SHA for cf8df09
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
Let pipe end the stop-parsing token
michaelblyons
committed
4b2f3d5
View commit details
Copy full SHA for 4b2f3d5
View code at this point
Browse repository at this point
Cut the expression context duplication
Show description for ea7133f
michaelblyons
committed
ea7133f
View commit details
Copy full SHA for ea7133f
View code at this point
Browse repository at this point
Commits on Dec 9, 2025
Allow numbers to immediately follow operators
Show description for a94d9ed
michaelblyons
committed
a94d9ed
View commit details
Copy full SHA for a94d9ed
View code at this point
Browse repository at this point
Rescope pipes again
michaelblyons
committed
f4ab0ef
View commit details
Copy full SHA for f4ab0ef
View code at this point
Browse repository at this point
Tighten function name restrictions
michaelblyons
committed
0504915
View commit details
Copy full SHA for 0504915
View code at this point
Browse repository at this point
Use regex strings in ValidatePattern
michaelblyons
committed
f8ddc5e
View commit details
Copy full SHA for f8ddc5e
View code at this point
Browse repository at this point
Add a meta scope for param blocks
michaelblyons
committed
4582dd7
View commit details
Copy full SHA for 4582dd7
View code at this point
Browse repository at this point
Use better patterns for path punctuation
michaelblyons
committed
1bc064d
View commit details
Copy full SHA for 1bc064d
View code at this point
Browse repository at this point
Move and rename the stop-parsing token
michaelblyons
committed
7e7f4b3
View commit details
Copy full SHA for 7e7f4b3
View code at this point
Browse repository at this point
Fix CLI args with assignment
michaelblyons
committed
cfe2024
View commit details
Copy full SHA for cfe2024
View code at this point
Browse repository at this point
Sort operators some more
michaelblyons
committed
d3537a9
View commit details
Copy full SHA for d3537a9
View code at this point
Browse repository at this point
Add naive regex in single-quoted strings
Show description for 82b9794
michaelblyons
committed
82b9794
View commit details
Copy full SHA for 82b9794
View code at this point
Browse repository at this point
Allow indented comments in line continuation
michaelblyons
committed
3787a87
View commit details
Copy full SHA for 3787a87
View code at this point
Browse repository at this point
Scope command arguments
michaelblyons
committed
e43f4ae
View commit details
Copy full SHA for e43f4ae
View code at this point
Browse repository at this point
Recognize wildcards in unquoted strings
michaelblyons
committed
e1311dc
View commit details
Copy full SHA for e1311dc
View code at this point
Browse repository at this point
Allow default value in function params
Show description for 963119f
michaelblyons
committed
963119f
View commit details
Copy full SHA for 963119f
View code at this point
Browse repository at this point
Stack function scopes over strings
michaelblyons
committed
4ee51f0
View commit details
Copy full SHA for 4ee51f0
View code at this point
Browse repository at this point
Mark scripts as functions after & or .
Show description for dec8f64
michaelblyons
committed
dec8f64
View commit details
Copy full SHA for dec8f64
View code at this point
Browse repository at this point
Change command identifier for kicks
michaelblyons
committed
692cde2
View commit details
Copy full SHA for 692cde2
View code at this point
Browse repository at this point
Extract command ending sequences to a context
michaelblyons
committed
644317e
View commit details
Copy full SHA for 644317e
View code at this point
Browse repository at this point
Recognize first statement as a command
michaelblyons
committed
77014c4
View commit details
Copy full SHA for 77014c4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.