Skip to content

Commit 7e29ea7

Browse files
committed
fix(autodetect) crystal: lower function relevance (5 -> 2)
1 parent 2780204 commit 7e29ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/crystal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default function(hljs) {
158158
endsParent: true
159159
})
160160
],
161-
relevance: 5
161+
relevance: 2
162162
},
163163
{
164164
className: 'symbol',

0 commit comments

Comments
 (0)