Improve doc comment rendering in markdown

This commit is contained in:
Misode
2024-11-26 01:15:36 +01:00
parent d370b4244a
commit 3a467e54b7
3 changed files with 54 additions and 28 deletions

View File

@@ -304,7 +304,7 @@ export class SpyglassService {
idOmitDefaultNamespace: false,
undeclaredSymbol: [
{
if: { category: ['bossbar', 'objective', 'team'] },
if: { category: ['bossbar', 'objective', 'team', 'shader'] },
then: { declare: 'block' },
},
...core.VanillaConfig.lint.undeclaredSymbol as any[],