All Projects → phoenixframework → vscode-phoenix

phoenixframework / vscode-phoenix

Licence: MIT license
Syntax highlighting support for Phoenix templates in Visual Studio Code.

Projects that are alternatives of or similar to vscode-phoenix

school house
The new era of Elixir School now powered by @phoenixframework
Stars: ✭ 106 (-21.48%)
Mutual labels:  phoenix-framework
tmux.vim
[DEPRECATED] .tmux.conf syntax highlighting
Stars: ✭ 47 (-65.19%)
Mutual labels:  syntax-highlighting
vscode-caddyfile-support
Rich Caddyfile support for Visual Studio Code
Stars: ✭ 30 (-77.78%)
Mutual labels:  syntax-highlighting
highlight
Source code to formatted text converter
Stars: ✭ 44 (-67.41%)
Mutual labels:  syntax-highlighting
6502-npp-syntax
Notepad++ Syntax Highlighting for 6502 Assembly (and NESASM)
Stars: ✭ 21 (-84.44%)
Mutual labels:  syntax-highlighting
pharams
Parameter validation for Elixir Phoenix Framework
Stars: ✭ 24 (-82.22%)
Mutual labels:  phoenix-framework
poker ex
Texas Hold 'Em app written in Elixir with Phoenix and OTP
Stars: ✭ 58 (-57.04%)
Mutual labels:  phoenix-framework
language-tools
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Stars: ✭ 159 (+17.78%)
Mutual labels:  syntax-highlighting
prexent
🎥 Fast, live and beautiful presentations from Markdown powered by Phoenix LiveView
Stars: ✭ 76 (-43.7%)
Mutual labels:  phoenix-framework
android native code view
A EditText with syntax highlight support
Stars: ✭ 23 (-82.96%)
Mutual labels:  syntax-highlighting
blue bird
API Documentation Generator for the Phoenix Framework
Stars: ✭ 52 (-61.48%)
Mutual labels:  phoenix-framework
autoform
🤖📝 AutoForm is the simplest way to automatically generate fast, beautiful and standards/WCAG compliant HTML forms based on an Ecto Schema in a Phoenix Web Application to *significantly* speed up Web App Development. 🚀
Stars: ✭ 18 (-86.67%)
Mutual labels:  phoenix-framework
uDevkit-IDE
An IDE for uDevkit or C/C++ projects with Git written in Qt5
Stars: ✭ 15 (-88.89%)
Mutual labels:  syntax-highlighting
DzNoteEditor
Delphi Property Editor for TStrings supporting formatted languages with syntax highlight
Stars: ✭ 18 (-86.67%)
Mutual labels:  syntax-highlighting
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (-39.26%)
Mutual labels:  syntax-highlighting
clojure.vim
Clojure syntax highlighting for Vim and Neovim.
Stars: ✭ 23 (-82.96%)
Mutual labels:  syntax-highlighting
king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (-81.48%)
Mutual labels:  phoenix-framework
gdb-dashboard
Modular visual interface for GDB in Python
Stars: ✭ 8,699 (+6343.7%)
Mutual labels:  syntax-highlighting
vim-smt2
A VIM plugin that adds support for the SMT-LIB2 format (including Z3's extensions)
Stars: ✭ 35 (-74.07%)
Mutual labels:  syntax-highlighting
Aris
Aris - A fast and powerful tool to write HTML in JS easily. Includes syntax highlighting, templates, SVG, CSS autofixing, debugger support and more...
Stars: ✭ 61 (-54.81%)
Mutual labels:  syntax-highlighting

Phoenix package for VS Code

Syntax highlighting support for Phoenix templates.

Features

  • Support syntax highlighting for .heex files
  • Extends Elixir's syntax highlighting to support HEEx's syntax inside ~H

Emmet Support

To use emmet with .heex file extensions, include the options below in your settings:

"emmet.includeLanguages": {
  "phoenix-heex": "html"
}

License

Copyright (c) 2021, Marlus Saraiva.

Source code is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].