mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
chore: remove hash and semicolon ignore
This commit is contained in:
@@ -29,7 +29,7 @@ accDescr\s*"{"\s* { this.begin("acc_descr_multili
|
||||
"section"\s[^:\n]+ return 'section';
|
||||
|
||||
// event starting with "==>" keyword
|
||||
":"\s(?:[^#:\n;]|":"(?!\s))+ return 'event';
|
||||
":"\s(?:[^:\n]|":"(?!\s))+ return 'event';
|
||||
[^#:\n]+ return 'period';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user