Skip to content

The meTTa Language Syntax Highlighter for VSCode is a powerful extension that enhances your coding experience when working with the meTTa programming language.

License

Notifications You must be signed in to change notification settings

Amanuel-1/metta-language-support-pack

Repository files navigation

metta-extensin-pack README

Special Token Highlighting

To make special tokens like &self, &space, etc. stand out with a custom color and bold font in VS Code, add the following to your settings.json:

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "scope": "constant.language.special-token.metta",
      "settings": {
        "foreground": "#FF00FF",
        "fontStyle": "bold"
      }
    },
    {
      "scope": "variable.other.constant.metta",
      "settings": {
        "foreground": "#FF8800",
        "fontStyle": "bold"
      }
    }
  ]
}

You can change the colors as you like. VS Code does not support "extrabold" font weight, but "bold" is the strongest available.

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

Enjoy!

About

The meTTa Language Syntax Highlighter for VSCode is a powerful extension that enhances your coding experience when working with the meTTa programming language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •