Skip to content

Commit 98fee1f

Browse files
azizkprincemaple
authored andcommitted
README: added HEEx, Surface and LiveView examples.
1 parent 4951e45 commit 98fee1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ ElixirSyntax was initially based on the [Elixir.tmbundle package](https://github
55
## Features
66

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

0 commit comments

Comments
 (0)