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
Type
/
to 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 }}
pangloss
/
vim-javascript
Public
Notifications
You must be signed in to change notification settings
Fork
351
Star
3.8k
Code
Issues
69
Pull requests
13
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
vim-javascript
syntax
javascript.vim
on
master
User selector
All users
All time
Commit history
Commits on Aug 15, 2022
Allow newlines between function name and parens for function call (#1244)
hallzy
authored
c470ce1
View commit details
Copy full SHA for c470ce1
View code at this point
Browse repository at this point
Commits on Aug 2, 2022
Better distinguish statements from expressions (#1249)
Show description for 67a3435
lassipulkkinen
authored
67a3435
View commit details
Copy full SHA for 67a3435
View code at this point
Browse repository at this point
Commits on May 23, 2021
Add BigInt (#1239)
Show description for f8345cd
vieira
authored
f8345cd
View commit details
Copy full SHA for f8345cd
View code at this point
Browse repository at this point
Commits on May 20, 2021
Add WeakRef (#1238)
Show description for 3dc959f
João Vieira
authored
3dc959f
View commit details
Copy full SHA for 3dc959f
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
Add support for _ in hex numbers
Show description for 585ad54
amadeus
committed
585ad54
View commit details
Copy full SHA for 585ad54
View code at this point
Browse repository at this point
Commits on Mar 9, 2021
jsCatch can be followed by jsParenCatch or jsTryCatchBlock. (#1230)
thomasstep
authored
c7593e6
View commit details
Copy full SHA for c7593e6
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
Disable spelling in basically everything except comments
amadeus
committed
92a2b46
View commit details
Copy full SHA for 92a2b46
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Fix matching of jsClassProperty without an initial value (#1202)
Show description for c396615
ohcibi
authored
c396615
View commit details
Copy full SHA for c396615
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
feat: Add `NOTE` to `jsCommentTodo` (#1198)
Show description for db59565
corbinhesse
authored and
amadeus
committed
db59565
View commit details
Copy full SHA for db59565
View code at this point
Browse repository at this point
Commits on Nov 11, 2019
Add Refelect and BigInt* global objects (#1190)
Show description for 6370e7d
Ajnasz
authored and
amadeus
committed
6370e7d
View commit details
Copy full SHA for 6370e7d
View code at this point
Browse repository at this point
Fix highlighting of template strings within objects (#1177) (#1184)
luizribeiro
authored and
amadeus
committed
27a6749
View commit details
Copy full SHA for 27a6749
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
Bugfix for regexes that have `/` in jsRegexpCharClass
amadeus
committed
8a599c5
View commit details
Copy full SHA for 8a599c5
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
Fix inconsitency with DestructuringNoise
Show description for ee44580
amadeus
committed
ee44580
View commit details
Copy full SHA for ee44580
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
Adding support for nullish operator (#1165)
amadeus
authored
1ade6f0
View commit details
Copy full SHA for 1ade6f0
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
Fix return statements in top level scope
amadeus
committed
8450f06
View commit details
Copy full SHA for 8450f06
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
Small fix for invalid ternary detection
Show description for 7b978de
amadeus
committed
7b978de
View commit details
Copy full SHA for 7b978de
View code at this point
Browse repository at this point
Commits on Dec 23, 2018
More whitespace tweaks
amadeus
committed
50c1357
View commit details
Copy full SHA for 50c1357
View code at this point
Browse repository at this point
Concealed whitespace cleanup
amadeus
committed
8608bbb
View commit details
Copy full SHA for 8608bbb
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
Fixes #1123 (#1141)
adrianhelvik
authored and
amadeus
committed
dd84369
View commit details
Copy full SHA for dd84369
View code at this point
Browse repository at this point
Commits on Aug 21, 2018
Revert "Added more operator conceal"
Show description for 237372e
amadeus
committed
237372e
View commit details
Copy full SHA for 237372e
View code at this point
Browse repository at this point
Added more operator conceal
Chin Leung
authored and
amadeus
committed
f3e1d77
View commit details
Copy full SHA for f3e1d77
View code at this point
Browse repository at this point
Commits on Jul 14, 2018
[flow] Fix destructoring annotations
amadeus
committed
39e332a
View commit details
Copy full SHA for 39e332a
View code at this point
Browse repository at this point
Commits on Jun 29, 2018
Only change syn-iskeyword if js filetype
Show description for 92e2d71
amadeus
committed
92e2d71
View commit details
Copy full SHA for 92e2d71
View code at this point
Browse repository at this point
Fix nested array destructuring
Show description for dab53c5
amadeus
committed
dab53c5
View commit details
Copy full SHA for dab53c5
View code at this point
Browse repository at this point
Add jsDot, jsObjectColon syntax groups
Arno Jernej
authored and
amadeus
committed
0dc985d
View commit details
Copy full SHA for 0dc985d
View code at this point
Browse repository at this point
feat(function-call): color fn call like fn name (#1104)
texhnolyze
authored and
amadeus
committed
ae09dff
View commit details
Copy full SHA for ae09dff
View code at this point
Browse repository at this point
add support for object shorthand properties (#1116)
slicklash
authored and
amadeus
committed
2b9dc92
View commit details
Copy full SHA for 2b9dc92
View code at this point
Browse repository at this point
Commits on May 27, 2018
Make a distinct group for keyword operators
Show description for c0a5e4c
chris-morgan
authored and
amadeus
committed
c0a5e4c
View commit details
Copy full SHA for c0a5e4c
View code at this point
Browse repository at this point
Commits on May 26, 2018
Fix for return statements
Show description for ddaa14d
amadeus
committed
ddaa14d
View commit details
Copy full SHA for ddaa14d
View code at this point
Browse repository at this point
Commits on Apr 23, 2018
[flow] Add support for generic types in class functions
amadeus
committed
35da051
View commit details
Copy full SHA for 35da051
View code at this point
Browse repository at this point
Commits on Apr 7, 2018
Small flow fix for static class item definitions
amadeus
committed
c99c96b
View commit details
Copy full SHA for c99c96b
View code at this point
Browse repository at this point
Commits on Mar 2, 2018
Additional destructuring fix for objects within arrays
amadeus
committed
da18e87
View commit details
Copy full SHA for da18e87
View code at this point
Browse repository at this point
Fix #1105
Show description for da614c1
amadeus
committed
da614c1
View commit details
Copy full SHA for da614c1
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Fix jsObjectKey for keys that start with numbers
Show description for f973b6f
amadeus
committed
f973b6f
View commit details
Copy full SHA for f973b6f
View code at this point
Browse repository at this point
Commits on Oct 31, 2017
Add WeakSet to syntax keywords (#1069)
Show description for 3b21b5b
Florian Breisch
authored and
bounceme
committed
3b21b5b
View commit details
Copy full SHA for 3b21b5b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.