Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

VS Code Extension for the Phel Language

License

NotificationsYou must be signed in to change notification settings

phel-lang/phel-vs-code-extension

Repository files navigation

This VS Code plugin gives very basic support for the Phel Language. Currently only syntax highlighting is supported.

Install

This plugin is currentlynot installable via the VS Code marketplace. To install the plugin you must manually copy or link the code of this plugin to the extension directory. Depending on your platform, the location is in the following folder:

  • Windows%USERPROFILE%\.vscode\extensions
  • macOS~/.vscode/extensions
  • Linux~/.vscode/extensions

Example installation on Linux:

cd ~git clone https://github.com/phel-lang/phel-vs-code-extension.gitcd ~/.vscode/extensionsln -s ~/phel-vs-code-extension phel-lang

Restart VS Code.

Example installation on Windows using PowerShell:

Open PowerShell as an administrator, then run the following:

cd ~git clone https://github.com/phel-lang/phel-vs-code-extension.gitcd ~/.vscode/extensionsNew-Item -ItemType SymbolicLink -Target "%USERPROFILE%\phel-vs-code-extension" -Path "phel-lang"

Restart VS Code.

About

VS Code Extension for the Phel Language

Resources

License

Stars

Watchers

Forks

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp