Skip to content

Commit

Permalink
README: added HEEx, Surface and LiveView examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
azizk authored and princemaple committed Sep 18, 2021
1 parent 4951e45 commit 98fee1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -5,8 +5,10 @@ ElixirSyntax was initially based on the [Elixir.tmbundle package](https://github
## Features

* Working `Goto Definition` functionality
* LiveView template highlighting: `~L"..."`\
(Note: will be changed to the new HEEx syntax eventually.)
* HTML template highlighting:
- HEEx: <img src="images/elixir_heex_example.svg" width="260" align="top">
- Surface: <img src="images/elixir_surface_example.svg" width="215" align="top">
- LiveView: <img src="images/elixir_liveview_example.svg" width="230" align="top">
* Full PCRE syntax highlighting: <img src="images/elixir_regex_example.svg" width="270" align="top">
* Type highlighting: <img src="images/elixir_type_example.svg" width="620" align="top">

Expand Down

0 comments on commit 98fee1f

Please sign in to comment.