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
Accelerator
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
.
kitlang
/
kit
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
1k
Code
Issues
17
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Merge latest commits for VSCode syntax highlighting
- #139
#139
Open
AlexPoulsen
wants to merge 16 commits into
kitlang:dev
kitlang/kit:dev
from
AlexPoulsen:dev
AlexPoulsen/kit:dev
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
Merge latest commits for VSCode syntax highlighting
#139
AlexPoulsen
wants to merge 16 commits into
kitlang:dev
kitlang/kit:dev
from
AlexPoulsen:dev
AlexPoulsen/kit:dev
Copy head branch name to clipboard
Commits
Commits on May 11, 2019
add operator matching for vscode
AlexPoulsen
committed
f627c58
View commit details
Copy full SHA for f627c58
Browse repository at this point
Commits on May 12, 2019
add function matching and separate logical operators
AlexPoulsen
committed
ef9cf1a
View commit details
Copy full SHA for ef9cf1a
Browse repository at this point
reorder =>, kw.operator, and kw.operator.logical to match correctly
Show description for 40b5061
AlexPoulsen
committed
40b5061
View commit details
Copy full SHA for 40b5061
Browse repository at this point
Commits on May 16, 2019
fix: `<<=` was highlighted as a logical operator
Show description for cfa2d7d
AlexPoulsen
committed
cfa2d7d
View commit details
Copy full SHA for cfa2d7d
Browse repository at this point
fixed and/or, added bitwise operators i had missed
AlexPoulsen
committed
d1b8418
View commit details
Copy full SHA for d1b8418
Browse repository at this point
re-add highlighting for /, fix match scope for << and >>
AlexPoulsen
committed
c92adfb
View commit details
Copy full SHA for c92adfb
Browse repository at this point
make sure // comments don't highlight like operators
Show description for 98a9f2e
AlexPoulsen
committed
98a9f2e
View commit details
Copy full SHA for 98a9f2e
Browse repository at this point
Commits on May 17, 2019
add highlighting for inline c code
AlexPoulsen
committed
c7cb247
View commit details
Copy full SHA for c7cb247
Browse repository at this point
Commits on May 19, 2019
reorder type and this/Self to correctly highlight
AlexPoulsen
committed
02d543f
View commit details
Copy full SHA for 02d543f
Browse repository at this point
add matching for comma, colon, semicolon
AlexPoulsen
committed
0fe0167
View commit details
Copy full SHA for 0fe0167
Browse repository at this point
Commits on Jun 24, 2019
update with latest files from https://github.com/AlexPoulsen/kit-vscode
AlexPoulsen
committed
87fcedf
View commit details
Copy full SHA for 87fcedf
Browse repository at this point
Commits on Jul 10, 2019
add assignment operators to operator regex
Show description for 3619e2d
AlexPoulsen
committed
3619e2d
View commit details
Copy full SHA for 3619e2d
Browse repository at this point
improve rewrite rule matching
Show description for 35d2623
AlexPoulsen
committed
35d2623
View commit details
Copy full SHA for 35d2623
Browse repository at this point
copy over changes from .tmLanguage to .YAML-tmLanguage
AlexPoulsen
committed
8c6d87b
View commit details
Copy full SHA for 8c6d87b
Browse repository at this point
Commits on Jul 11, 2019
add support for generic functions
AlexPoulsen
committed
150a38f
View commit details
Copy full SHA for 150a38f
Browse repository at this point
add quotes in yaml
AlexPoulsen
committed
91ae7f3
View commit details
Copy full SHA for 91ae7f3
Browse repository at this point
You can’t perform that action at this time.