ElixirTinyLS is a VS Code extension providing additional Elixir language support 1) syntax highlighting in markdown code block and 2) highlight some Croma's macros.
- Elixir syntax highlighting in fenced code blocks in markdown files.
- Highlight
defun
,defunp
,defunpt
of Croma.
This extension uses syntax highlight rule of another Elixir language extension. Using this extension alone has no effect on appearance.
You can choose your favorite Elixir language extension:
None for now...
None for now...
- 0.0.1
- initial release
- 0.1.0
- injecting to the existing Elixir syntax rather than defining a new language
- 0.1.1
- fix colorless arguments
- 0.1.2
- highlight
defpt
macro of Croma as the same with a native function
- highlight
- 0.2.0
- remove an extension dependency (another Elixir language extension still required)
- 0.2.1
- do not highlight Croma's control keywords in comments