We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0b520 commit ff34d49Copy full SHA for ff34d49
src/languages/crystal.js
@@ -237,8 +237,7 @@ export default function(hljs) {
237
hljs.inherit(hljs.TITLE_MODE, {
238
begin: CRYSTAL_PATH_RE
239
})
240
- ],
241
- relevance: 10
+ ]
242
},
243
{
244
beginKeywords: 'annotation',
@@ -250,7 +249,7 @@ export default function(hljs) {
250
249
251
252
],
253
+ relevance: 2
254
255
256
className: 'function',
0 commit comments