Add JS language support (#24035)

* Add JS language support

* fixes
This commit is contained in:
Charles Gagnon
2023-07-31 14:59:15 -07:00
committed by GitHub
parent f99fd366af
commit ae05fdc332
13 changed files with 12876 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"displayName": "JavaScript Language Basics",
"description": "Provides snippets, syntax highlighting, bracket matching and folding in JavaScript files."
}