Skip to content

Commit

Permalink
(enh) add WASM and GraphQL to common build
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jul 13, 2022
1 parent 6960557 commit 5a815ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Supported Node.js versions:
- (chore) Drops support for Node 12.x, which is no longer supported by Node.js.


Default build changes:

- add `wasm` to default `:common` build (#3526) [Josh Goebel][]
- add `graphql` to default `:common` build (#3526) [Josh Goebel][]


Grammars:
- fix(json) changed null/booleans from `keyword` to `literal` [shikhar13012001][]
- enh(gml) reorganized and added additional keywords [Bluecoreg][]
Expand Down
6 changes: 3 additions & 3 deletions src/languages/graphql.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Language: graphql
Category: scripting, protocols, web
Language: GraphQL
Author: John Foster (GH jf990), and others
Description: Highlight GraphQL queries with highlight.js.
Description: GraphQL is a query language for APIs
Category: web, common
*/

/** @type LanguageFn */
Expand Down
2 changes: 1 addition & 1 deletion src/languages/wasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Language: WebAssembly
Website: https://webassembly.org
Description: Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.
Category: web
Category: web, common
Audit: 2020
*/

Expand Down

0 comments on commit 5a815ee

Please sign in to comment.