Skip to content

Commit

Permalink
removed block data/string highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Oct 18, 2021
1 parent 339ebf8 commit 4615ce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lang/yaml.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ export class yaml extends generic {
},

// block data (string)
/*
{
regex: /\s+(?:>|\|)[\r|\n]+((?:\s+[^\r\n]+[\r|\n]+)+)/gi,
type: 's5'
},
},*/

// quoted strings
_language_common_rules.dqStrings,
Expand Down

0 comments on commit 4615ce6

Please sign in to comment.