highlight Do

This commit is contained in:
Chris Wanstrath 2025-11-03 21:26:10 -08:00
parent 90a1f63847
commit b31b981343

View File

@ -5,6 +5,7 @@ export const highlighting = styleTags({
Number: tags.number,
String: tags.string,
Boolean: tags.bool,
Do: tags.keyword,
keyword: tags.keyword,
end: tags.keyword,
':': tags.keyword,