Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.18 KB

ElixirTinyLS

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.

Features

  • Elixir syntax highlighting in fenced code blocks in markdown files.
  • Highlight defun, defunp, defunpt of Croma.

image

Requirements

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:

Extension Settings

None for now...

Known Issues

None for now...

Release Notes

  • 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
  • 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