Skip to content

Commit

Permalink
nix: use scope instead of className for ATTRS
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 committed Oct 14, 2024
1 parent 82989cb commit 1c0b105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/nix.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default function(hljs) {
relevance: 0,
contains: [
{
className: 'attr',
scope: 'attr',
begin: /\S+/,
relevance: 0.2
},
Expand Down

0 comments on commit 1c0b105

Please sign in to comment.