Skip to content

Commit

Permalink
Update tree.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lagleki authored Mar 17, 2024
1 parent 97fd074 commit 9024f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glosser/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function numberSumtiInSentence(parse) {
sumtiCounter = placeTagToPlace(child);
}

if (child.type === "BAI" || child.type === "FIhO" || child.type === "PU") {
if (["BAI","FAhA", "PU","CAhA","CUhE","KI","ZI","ZEhA","VA","VEhA","VIhA","ROI","TAhE","ZAhO"].includes(child.type)) {
nextIsModal = true;
}

Expand Down

0 comments on commit 9024f48

Please sign in to comment.