Skip to content

Commit 5133538

Browse files
committed
2 parents c9c5971 + 734d255 commit 5133538

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[![Greenkeeper badge](https://badges.greenkeeper.io/highlightjs/highlightjs-structured-text.svg)](https://greenkeeper.io/)
44

5-
This repository provide syntax Highlights for highlight.js for Structured Text language. ST is one of the 6 languages of IEC 61131-3 standard developed in 1998 for developing PLC programs.
5+
This repository provides syntax highlighting for Highlight.js for Structured Text. ST is one of the 6 languages of IEC 61131-3 standard developed in 1998 for developing PLC programs.
66

77
We want to provide ST syntax highlights in VS Code Markdown editor and Markdown preview. And other cases when tutorials are published in the web.

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/highlightjs/highlightjs-structured-text#readme",
3333
"devDependencies": {
34-
"highlight.js": "^10.0.0",
35-
"jasmine": "^3.3.1"
34+
"highlight.js": "^10.0.2",
35+
"jasmine": "^3.5.0"
3636
}
3737
}

spec/iecst-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const hljs = require("highlight.js/lib/highlight");
1+
const hljs = require("highlight.js/lib/");
22
const { definer: iecst } = require("../iecst");
33
const fs = require("fs");
44
const path = require("path");

0 commit comments

Comments
 (0)