pal-assembly-highlighter

VS Code extension that adds syntax highlighting for the PDP-8's PAL Assesmbly language.

{
    "comments": {
        // symbol used for single line comment. Remove this entry if your language does not support line comments
        "lineComment": "/",
    },
}