File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ ElixirSyntax was initially based on the [Elixir.tmbundle package](https://github
5
5
## Features
6
6
7
7
* 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 " >
10
12
* Full PCRE syntax highlighting: <img src =" images/elixir_regex_example.svg " width =" 270 " align =" top " >
11
13
* Type highlighting: <img src =" images/elixir_type_example.svg " width =" 620 " align =" top " >
12
14
You can’t perform that action at this time.
0 commit comments