add except cases for ligatures of /* and /**

This commit is contained in:
subframe7536 2022-08-25 09:50:56 +08:00
parent 9ba7d4e000
commit 170aa7ca40

View file

@ -974,6 +974,9 @@ lookup slash_asterisk_asterisk {
subtable ignore4 {
ignore context slash (asterisk asterisk slash);
}
subtable ignore5 {
ignore context slash (asterisk asterisk period);
}
subtable 111 {
context (placeholder placeholder) asterisk;
sub 0 slash_asterisk_asterisk_1;