Skip to content

Commit

Permalink
chore(stylus) NUMBER and CSS_NUMBER are redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jan 29, 2021
1 parent b922469 commit ff9bbe6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/languages/stylus.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ export default function(hljs) {
// dimension
hljs.CSS_NUMBER_MODE,

// number
hljs.NUMBER_MODE,

// functions
// - only from beginning of line + whitespace
{
Expand All @@ -151,7 +148,6 @@ export default function(hljs) {
VARIABLE,
hljs.APOS_STRING_MODE,
hljs.CSS_NUMBER_MODE,
hljs.NUMBER_MODE,
hljs.QUOTE_STRING_MODE
]
}
Expand All @@ -173,7 +169,6 @@ export default function(hljs) {
hljs.APOS_STRING_MODE,
hljs.QUOTE_STRING_MODE,
hljs.CSS_NUMBER_MODE,
hljs.NUMBER_MODE,
hljs.C_BLOCK_COMMENT_MODE,
modes.IMPORTANT
],
Expand Down

0 comments on commit ff9bbe6

Please sign in to comment.