Skip to content

Commit f9187fa

Browse files
author
Derek Lewis
authored
Remove Adding a new language to the highlight.js bundle instructions (#131)
These instructions are no longer relevant due to nodejs/node#34148.
1 parent 4ef432e commit f9187fa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,3 @@ npm test
2525
1. In [node-lint-md-cli-rollup](https://github.com/nodejs/node/tree/master/tools/node-lint-md-cli-rollup), bump the `remark-preset-lint-node` dependency
2626
1. In the `nodejs/node` repo, rebuild the Markdown linter (`make lint-md-rollup`)
2727
1. PR the `nodejs/node` repo with the updated linter
28-
29-
### Adding a new language to the highlight.js bundle
30-
31-
1. Visit [highlightjs.org/download](https://highlightjs.org/download/)
32-
1. Select [the pre-existing grammars](https://github.com/nodejs/node/tree/master/doc/api_assets#highlightpackjs) and include any additional grammar(s)
33-
1. Download the custom `highlight.zip` package for Node.js
34-
1. Extract the downloaded `highlight.zip`
35-
1. Copy `highlight.pack.js` into the `doc/api_assets/` directory
36-
1. Update the date when the bundle was downloaded at [`doc/api_assets/README.md#highlightpackjs`](https://github.com/nodejs/node/tree/master/doc/api_assets#highlightpackjs)
37-
1. Update [the pre-existing grammars](https://github.com/nodejs/node/tree/master/doc/api_assets#highlightpackjs) at `doc/api_assets/README.md` to include the new grammar(s)
38-
1. PR the `nodejs/node` repo with the updated bundle

0 commit comments

Comments
 (0)