Library additions from AoC

This commit is contained in:
2025-12-16 20:09:46 -08:00
parent fe3e25f009
commit e871ede85f
4 changed files with 99 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"patterns": [
{
"name": "invalid.illegal.trace",
"match": "\\b(trace|fatalError)\\b"
"match": "\\b(trace|strace|fatalError)\\b"
},
{
"name": "comment.block.newt",