Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 454 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 454 Bytes

Miden Assembler Syntax Highlighting

TextMate bundle for syntax highlighting and code snippets.

This bundle can also be imported to JetBrains and VSCode IDEs (TextMate support by different IDEs is limited, e.g. code snippets don't work in JetBrains).

Supported code snippets:

  • begin..end (type begin)
  • if..else..end (type if)
  • proc..end (type proc)
  • repeat..end (type repeat)
  • while..end (type while)