Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AdvancedPoeFilterLangNew to Visual Studio Code? Get it now.

AdvancedPoeFilterLang

isuke

|
225 installs
| (0) | Free
Advanced Poe Filter Language Support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Advanced PoE Filter VS Code Extenstion

license Build Status git-consistent friendly

This VS Code extension provides support for Advanced PoE Filter.

Advanced PoE Filter is used by Filter of Kalarandra.

Features

Syntax Highlighting

Syntax Highlighting

Outline

Outline

Snippets

  • Show Block
  • Hide Block
  • Unset Block
  • Ignore Block
  • Fork Branch
  • Mixin Branch
  • Var Macro
  • Prop Macro

Recommended Setting

Add the following to your setting.json.

  "[advancedpoefilter]": {
    "editor.tabSize": 4,
  },
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": "keyword.other.macro.advancedpoefilter",
        "settings": { "fontStyle": "underline" }
      },
      {
        "scope": "keyword.other.function.advancedpoefilter",
        "settings": { "fontStyle": "underline" }
      },
      {
        "scope": "keyword.control.activity.advancedpoefilter",
        "settings": { "foreground": "#6699cc" }
      },
      {
        "scope": "keyword.control.branch.advancedpoefilter",
        "settings": { "foreground": "#9999cc" }
      },
      {
        "scope": "keyword.control.condition.advancedpoefilter",
        "settings": { "foreground": "#66cccc" }
      },
      {
        "scope": "keyword.control.action.text.advancedpoefilter",
        "settings": { "foreground": "#cc99cc" }
      },
      {
        "scope": "keyword.control.action.effect.advancedpoefilter",
        "settings": { "foreground": "#ffcc66" }
      }
    ]
  },
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft