Skip to content

Commit 5a815ee

Browse files
committed
(enh) add WASM and GraphQL to common build
1 parent 6960557 commit 5a815ee

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Supported Node.js versions:
55
- (chore) Drops support for Node 12.x, which is no longer supported by Node.js.
66

77

8+
Default build changes:
9+
10+
- add `wasm` to default `:common` build (#3526) [Josh Goebel][]
11+
- add `graphql` to default `:common` build (#3526) [Josh Goebel][]
12+
13+
814
Grammars:
915
- fix(json) changed null/booleans from `keyword` to `literal` [shikhar13012001][]
1016
- enh(gml) reorganized and added additional keywords [Bluecoreg][]

src/languages/graphql.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
Language: graphql
3-
Category: scripting, protocols, web
2+
Language: GraphQL
43
Author: John Foster (GH jf990), and others
5-
Description: Highlight GraphQL queries with highlight.js.
4+
Description: GraphQL is a query language for APIs
5+
Category: web, common
66
*/
77

88
/** @type LanguageFn */

src/languages/wasm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Language: WebAssembly
33
Website: https://webassembly.org
44
Description: Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.
5-
Category: web
5+
Category: web, common
66
Audit: 2020
77
*/
88

0 commit comments

Comments
 (0)