Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PHPue Syntax HighlighterNew to Visual Studio Code? Get it now.
PHPue Syntax Highlighter

PHPue Syntax Highlighter

PHPue

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

PVue Syntax

Syntax highlighting support for PVue files.

Features

  • Syntax highlighting for .pvue files
  • Language configuration for PVue

Release Notes

See CHANGELOG.md

PHPue is still early development!

Install for Development

# Clone repository
git clone <your-repo-url>
cd pvue-syntax

# Package locally
npm install -g @vscode/vsce
vsce package

# Install the VSIX
code --install-extension pvue-syntax-*.vsix

IF you love PHPue Framework, then please help develop better syntax highlighting!

Every little bit helps!!

LINUX:

cp -r PHPue-SyntaxHighlighter ~/.vscode/extensions/pvue-syntax-0.0.1

WINDOWS:

Command Prompt

xcopy PHPue-SyntaxHighlighter %USERPROFILE%\.vscode\extensions\pvue-syntax-0.0.1 /E /I

Or PowerShell

Copy-Item -Path "PHPue-SyntaxHighlighter" -Destination "$env:USERPROFILE\.vscode\extensions\pvue-syntax-0.0.1" -Recurse
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft