Skip to content

Commit 464b03b

Browse files
committed
langs: Update JavaScript and TypeScript grammars
1 parent 25de419 commit 464b03b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Updated `javascript` and `typescript` grammars.
6+
57
## 0.8.0 - 2020-12-15
68
- Added `elm`.
79
- Handled underscores in language names correctly. This enabled using `c-sharp` instead of `c_sharp`.

tree-sitter-langs-build.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If VERSION and OS are not specified, use the defaults of
9090
(go "f5cae4e")
9191
(html "92c17db")
9292
(java "0b18a22")
93-
(javascript "687e20a")
93+
(javascript "3f8b62f")
9494
(jsdoc "77e7785")
9595
(json "d3976b2")
9696
(julia "165e2ae")
@@ -101,7 +101,7 @@ If VERSION and OS are not specified, use the defaults of
101101
(rust "40620bf")
102102
(scala "904e2b1")
103103
(swift "a22fa5e")
104-
(typescript "ebd10b4" ("typescript" "tsx")))
104+
(typescript "a3a4bec" ("typescript" "tsx")))
105105
"List of language symbols and their corresponding grammar sources.
106106
Note that these are mostly for the grammars. We treat the queries they include
107107
as references, instead of using them directly for syntax highlighting.

0 commit comments

Comments
 (0)