Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ASTNNew to Visual Studio Code? Get it now.
ASTN

ASTN

mrshl

|
107 installs
| (0) | Free
language support for ASTN (Abstract Syntax Tree Notation, pronounced Aston')
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TODO: documentation

for better syntax highlighting, add this to your settings.json file: -CMD/CTRL + SHIFT + P -Open Settings (JSON)


    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "string.astn",
                "settings": {
                    "foreground": "#CE9178"
                }
            },
            {
                "scope": "support.type.apostrophed-string.astn",
                "settings": {
                    "foreground": "#9CDCFE"
                }
            },
            {
                "scope": "support.type.backticked-string.astn",
                "settings": {
                    "foreground": "#cea978"
                }
            },
        ]
    },
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft