File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export default function(hljs) {
40
40
//I don't really know if this is totally relevant
41
41
} ,
42
42
{
43
- className : 'title' , //symbol would be most accurate however is higlighted just like built_in and that makes up a lot of AutoHotkey code
43
+ className : 'title' , //symbol would be most accurate however is highlighted just like built_in and that makes up a lot of AutoHotkey code
44
44
//meaning that it would fail to highlight anything
45
45
variants : [
46
46
{ begin : '^[^\\n";]+::(?!=)' } ,
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ export default function(hljs) {
205
205
PARAMS
206
206
]
207
207
} ,
208
- { // prevent references like module.id from being higlighted as module definitions
208
+ { // prevent references like module.id from being highlighted as module definitions
209
209
begin : / m o d u l e \. / ,
210
210
keywords : { built_in : 'module' } ,
211
211
relevance : 0
You can’t perform that action at this time.
0 commit comments