File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,18 @@ ElixirSyntax was initially based on the [Elixir.tmbundle package](https://github
4
4
5
5
## Features
6
6
7
- * Working ` Goto Definition ` functionality
7
+ * Working ` Goto Definition ` command.
8
8
* HTML template highlighting:
9
9
- HEEx: <img src =" images/elixir_heex_example.svg " width =" 260 " align =" top " >
10
10
- Surface: <img src =" images/elixir_surface_example.svg " width =" 215 " align =" top " >
11
11
- LiveView: <img src =" images/elixir_liveview_example.svg " width =" 230 " align =" top " >
12
12
* Full PCRE syntax highlighting: <img src =" images/elixir_regex_example.svg " width =" 270 " align =" top " >
13
13
* Type highlighting: <img src =" images/elixir_type_example.svg " width =" 620 " align =" top " >
14
+ * Theme adaptations for Mariana and Monokai.
15
+ * Build commands: ` mix format ` , ` mix test ` , ` elixir $file `
16
+ * Snippets for ` IO.inspect ` , ` tap ` and ` then ` .
14
17
15
- Some of the other provided features are not immediately evident. Among them are:
18
+ Some highlighting features are not immediately evident. Among them are:
16
19
17
20
### The ` fragment ` and ` sql ` functions
18
21
@@ -42,6 +45,10 @@ Embed JSON strings in your Elixir code. Notice the interpolated Elixir code is c
42
45
<img src =" images/elixir_yaml_example.svg " width =" 100% " >
43
46
</blockquote >
44
47
48
+ ## Recommended packages
49
+
50
+ * [ LSP] ( https://packagecontrol.io/packages/LSP ) and [ LSP-elixir] ( https://packagecontrol.io/packages/LSP-elixir ) for intelligent code completion.
51
+
45
52
## Changes
46
53
47
54
See [ CHANGELOG.md] ( ./CHANGELOG.md ) for the list of releases and noteworthy changes.
You can’t perform that action at this time.
0 commit comments