Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
techntools
/
vim-javascript
Public
forked from
pangloss/vim-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
vim-javascript
syntax
on
master
User selector
All users
All time
Commit history
Commits on Feb 20, 2026
Add nextgroup for JavaScript class constructor
techntools
committed
eef2d55
Copy full SHA for eef2d55
Commits on Feb 19, 2026
Match for parens in arrow function
techntools
committed
03394e2
Copy full SHA for 03394e2
Add class constructor
techntools
committed
f3cafe8
Copy full SHA for f3cafe8
Contain only jsTemplateString in jsTemplateExpression
techntools
committed
6b8c2a8
Copy full SHA for 6b8c2a8
Match one more number pattern
techntools
committed
3a5442a
Copy full SHA for 3a5442a
Commits on Feb 22, 2025
Not a character class if escaped
techntools
committed
71a1400
Copy full SHA for 71a1400
Commits on Aug 15, 2022
Allow newlines between function name and parens for function call (#1244)
hallzy
authored
c470ce1
Copy full SHA for c470ce1
Commits on Aug 2, 2022
Better distinguish statements from expressions (#1249)
Show description for 67a3435
lassipulkkinen
authored
67a3435
Copy full SHA for 67a3435
Commits on May 23, 2021
Add BigInt (#1239)
Show description for f8345cd
vieira
authored
f8345cd
Copy full SHA for f8345cd
Commits on May 20, 2021
Add WeakRef (#1238)
Show description for 3dc959f
João Vieira
authored
3dc959f
Copy full SHA for 3dc959f
Commits on Apr 2, 2021
Add support for _ in hex numbers
Show description for 585ad54
amadeus
committed
585ad54
Copy full SHA for 585ad54
Commits on Mar 9, 2021
jsCatch can be followed by jsParenCatch or jsTryCatchBlock. (#1230)
thomasstep
authored
c7593e6
Copy full SHA for c7593e6
Commits on Apr 27, 2020
Disable spelling in basically everything except comments
amadeus
committed
92a2b46
Copy full SHA for 92a2b46
Commits on Apr 13, 2020
Fix matching of jsClassProperty without an initial value (#1202)
Show description for c396615
ohcibi
authored
c396615
Copy full SHA for c396615
Commits on Jan 24, 2020
feat: Add `NOTE` to `jsCommentTodo` (#1198)
Show description for db59565
corbinhesse
authored and
amadeus
committed
db59565
Copy full SHA for db59565
Commits on Nov 11, 2019
Add Refelect and BigInt* global objects (#1190)
Show description for 6370e7d
Ajnasz
authored and
amadeus
committed
6370e7d
Copy full SHA for 6370e7d
Fix highlighting of template strings within objects (#1177) (#1184)
luizribeiro
authored and
amadeus
committed
27a6749
Copy full SHA for 27a6749
Add flow syntax filetype (#1189)
Show description for e7b3739
amiralies
authored and
amadeus
committed
e7b3739
Copy full SHA for e7b3739
Commits on Jun 24, 2019
Bugfix for regexes that have `/` in jsRegexpCharClass
amadeus
committed
8a599c5
Copy full SHA for 8a599c5
Commits on Apr 16, 2019
Fix inconsitency with DestructuringNoise
Show description for ee44580
amadeus
committed
ee44580
Copy full SHA for ee44580
Commits on Apr 15, 2019
Adding support for nullish operator (#1165)
amadeus
authored
1ade6f0
Copy full SHA for 1ade6f0
Commits on Feb 25, 2019
Fix return statements in top level scope
amadeus
committed
8450f06
Copy full SHA for 8450f06
Commits on Feb 8, 2019
Small fix for invalid ternary detection
Show description for 7b978de
amadeus
committed
7b978de
Copy full SHA for 7b978de
Commits on Dec 23, 2018
More whitespace tweaks
amadeus
committed
50c1357
Copy full SHA for 50c1357
Concealed whitespace cleanup
amadeus
committed
8608bbb
Copy full SHA for 8608bbb
Commits on Aug 29, 2018
Fixes #1123 (#1141)
adrianhelvik
authored and
amadeus
committed
dd84369
Copy full SHA for dd84369
Commits on Aug 21, 2018
Revert "Added more operator conceal"
Show description for 237372e
amadeus
committed
237372e
Copy full SHA for 237372e
Added more operator conceal
Chin Leung
authored and
amadeus
committed
f3e1d77
Copy full SHA for f3e1d77
Commits on Jul 14, 2018
[flow] Fix destructoring annotations
amadeus
committed
39e332a
Copy full SHA for 39e332a
Commits on Jun 29, 2018
Only change syn-iskeyword if js filetype
Show description for 92e2d71
amadeus
committed
92e2d71
Copy full SHA for 92e2d71
Fix nested array destructuring
Show description for dab53c5
amadeus
committed
dab53c5
Copy full SHA for dab53c5
Add jsDot, jsObjectColon syntax groups
Arno Jernej
authored and
amadeus
committed
0dc985d
Copy full SHA for 0dc985d
feat(function-call): color fn call like fn name (#1104)
texhnolyze
authored and
amadeus
committed
ae09dff
Copy full SHA for ae09dff
add support for object shorthand properties (#1116)
slicklash
authored and
amadeus
committed
2b9dc92
Copy full SHA for 2b9dc92
Commits on May 27, 2018
Make a distinct group for keyword operators
Show description for c0a5e4c
chris-morgan
authored and
amadeus
committed
c0a5e4c
Copy full SHA for c0a5e4c
Previous
Next
You can’t perform that action at this time.