chore: remove hash and semicolon ignore

This commit is contained in:
Jesse Wright
2025-03-02 22:17:21 +00:00
parent 0ce0c3cd75
commit 02b833f251

View File

@@ -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';