Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Neos Fusion language supportNew to Visual Studio Code? Get it now.

Neos Fusion language support

networkteam GmbH

|
2,117 installs
| (1) | Free
Fusion and Eel language support for Neos CMS
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Neos Fusion Language support

This extension adds language support for Fusion for Neos CMS projects.

Features

  • Basic syntax highlighting for Fusion
  • AFX Syntax support
  • Code-Snippets for Fusion-Objects

Release Notes

2.0.0

  • Support for Tailwind CSS, and proper HTML support in AFX blocks
    • before, this was done via a custom HTML syntax definition.
    • now, we are re-using the default HTML syntax, as explained in Embedded Languages
    • Additionally, inside extension.ts, we automatically configure the Tailwind CSS extension setting tailwindCSS.includeLanguages to include Fusion. This way, TailwindCSS IntelliSense works for AFX.
    • Finally, we use injections in fusion.tmLanguage.fusion to inject the {....} syntax into the HTML grammar.

1.0.6

  • Add new fusion objects to code snippets
  • Security update to fix vulnerable dependencies

1.0.5

Security update to fix vulnerable dependencies

1.0.4

Security update to fix vulnerable dependencies

1.0.3

Better AFX highlighting with custom XML grammar

1.0.2

Icon added

1.0.1

Better syntax highlighting for paths and Fusion literals

1.0.0

Initial release of neos-fusion

Development

  • run npm install && npm run compile
  • Open this folder in Visual Studio Code
  • then, inside "Run" in the menu, press "start debugging"

for further hints, see vsc-extension-quickstart.md

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft