Skip to content

Commit

Permalink
(chore) remove ridiculous Crystal relevance
Browse files Browse the repository at this point in the history
Resolves #2924
  • Loading branch information
joshgoebel committed Dec 23, 2020
1 parent 3e0b520 commit ff34d49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/languages/crystal.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ export default function(hljs) {
hljs.inherit(hljs.TITLE_MODE, {
begin: CRYSTAL_PATH_RE
})
],
relevance: 10
]
},
{
beginKeywords: 'annotation',
Expand All @@ -250,7 +249,7 @@ export default function(hljs) {
begin: CRYSTAL_PATH_RE
})
],
relevance: 10
relevance: 2
},
{
className: 'function',
Expand Down

0 comments on commit ff34d49

Please sign in to comment.