File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Core Grammars:
40
40
- fix(nix) don't mix escapes for ` " ` and ` '' ` strings [ h7x4] [ ]
41
41
- fix(swift) - Fixed syntax highlighting for class func/var declarations [ guuido]
42
42
- fix(yaml) - Fixed wrong escaping behavior in single quoted strings [ guuido]
43
+ - enh(nim) - Add ` concept ` and ` defer ` to list of Nim keywords [ Jake Leahy]
43
44
44
45
New Grammars:
45
46
@@ -83,6 +84,7 @@ CONTRIBUTORS
83
84
[ Somya ] : https://github.com/somya-05
84
85
[ guuido ] : https://github.com/guuido
85
86
[ clsource ] : https://github.com/clsource
87
+ [ Jake Leahy ] : https://github.com/ire4ever1190
86
88
87
89
88
90
## Version 11.10.0
Original file line number Diff line number Diff line change @@ -64,9 +64,11 @@ export default function(hljs) {
64
64
"break" ,
65
65
"case" ,
66
66
"cast" ,
67
+ "concept" ,
67
68
"const" ,
68
69
"continue" ,
69
70
"converter" ,
71
+ "defer" ,
70
72
"discard" ,
71
73
"distinct" ,
72
74
"div" ,
You can’t perform that action at this time.
0 commit comments