File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- ## Version 10.5.0 preparation
1
+ ## Version 10.5.0
2
2
3
3
Build:
4
4
@@ -15,7 +15,7 @@ New Languages:
15
15
16
16
- Added 3rd party Red & Rebol grammar to SUPPORTED_LANGUAGES (#2872 ) [ Oldes Huhuman] [ ]
17
17
18
- Language improvements:
18
+ Language grammar improvements:
19
19
20
20
- enh(cpp): Support C++ pack expansion in function arguments [ Martin Dørum] [ ]
21
21
- enh(makefile): Add ` make ` as an alias (#2883 ) [ tripleee] [ ]
@@ -30,9 +30,6 @@ Language improvements:
30
30
- fix(http) avoid recursive sublanguage and tighten rules (#2893 ) [ Josh Goebel] [ ]
31
31
- fix(asciidoc): Handle section titles level 5 (#2868 ) [ Vaibhav Chanana] [ ]
32
32
- fix(asciidoc): Support unconstrained emphasis syntax (#2869 ) [ Guillaume Grossetie] [ ]
33
-
34
- Grammar improvements:
35
-
36
33
- enh(scheme) Allow ` [] ` for argument lists (#2913 ) [ Josh Goebel] [ ]
37
34
- enh(vb) Large rework of VB.net grammar (#2808 ) [ Jan Pilzer] [ ]
38
35
- Adds support for Date data types, see (#2775 )
@@ -50,7 +47,7 @@ Grammar improvements:
50
47
- enh(c-like) Incorrect highlighting for interger suffix (#2919 ) [ Vaibhav Chanana] [ ]
51
48
- enh(properties) Correctly handle trailing backslash (#2922 ) [ Vaibhav Chanana] [ ]
52
49
53
- Deprecations ( * these will be mentioned in every release * ) :
50
+ Recent Deprecations :
54
51
55
52
- HTML "merging" is deprecated. (#2873 ) [ Josh Goebel] [ ]
56
53
- HTML inside ` <pre> ` blocks will no longer be magically merged back into the
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Highlight.js можно использовать в браузере прямо
108
108
109
109
``` html
110
110
<script charset =" UTF-8"
111
- src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2 /languages/go.min.js" ></script >
111
+ src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0 /languages/go.min.js" ></script >
112
112
```
113
113
114
114
** Про Almond.** Нужно задать имя модуля в оптимизаторе, например:
You can’t perform that action at this time.
0 commit comments