Hi,
Could I request that the /// no longer mean string.
in
doc ///
documentation documentation
///
the current functionality means that syntax highlighting doesn't work in the documentation.
Likewise for TEST ///.
Optimally, it would be best if it did something different, like background highlighting, but even just removing the lines
{
"name": "string.tripleslash.macaulay2",
"begin": "///",
"end": "///"
}
in macaulay2.tmLanguage.json improves functionality for me.