Skip to content

Commit fc893dd

Browse files
authored
re-update highlight.js (#1964)
* re-update highlight.js * update to include obj-c, kotlin
1 parent 1d810c6 commit fc893dd

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.28.3+3
2-
* Fix code highlighting in Dart after string interpolation(#1946, #1948) by
3-
updating the highlightjs dependency.
2+
* Fix code highlighting in Dart after string interpolation (#1946, #1948) by
3+
updating the highlightjs dependency.
44

55
## 0.28.3+2
66
* Support the latest version of `package:html`.

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.3+2/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.3+3/%f%#L%l%'

lib/resources/highlight.pack.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/resources/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# highlight.js
22

3-
Generated from https://highlightjs.org/download/ on 2017-08-30
3+
Generated from https://highlightjs.org/download/ on 2019-05-16
44

55
Included languages:
66

77
* bash
88
* css
99
* dart
10+
* html, xml
1011
* java
1112
* javascript
1213
* json
14+
* kotlin
1315
* markdown
14-
* objectivec
15-
* ruby - dragged in by `yaml` - 🙄
16+
* objective-c
1617
* shell
1718
* swift
18-
* xml - includes html
1919
* yaml

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.28.3+2';
2+
const packageVersion = '0.28.3+3';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.28.3+2
3+
version: 0.28.3+3
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)