add except cases for ligatures of /* and /**
This commit is contained in:
parent
9ba7d4e000
commit
170aa7ca40
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue