Skip to content

Commit 8789dd5

Browse files
inoaslpil
authored andcommitted
remove block
1 parent 559d801 commit 8789dd5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ module.exports = function (hljs) {
8989
className: "keyword",
9090
beginKeywords: KEYWORDS,
9191
},
92-
{
93-
// Attributes
94-
className: "title",
95-
begin: "\\b@[a-z][a-za-z0-9_]*\\b",
96-
relevance: 0,
97-
},
9892
{
9993
// Type names and constructors
10094
className: "title",

0 commit comments

Comments
 (0)