GitXplorerGitXplorer
t

emacs-yul-mode

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
56cba05549873fcf1b66e304969011dc1a1ad228

support indent line function for Yul syntax

ttaquangtrung committed 2 years ago
Unverified
6d5a02ee18145d223a5b0bc46359f1938358b8d4

improve auto-mode-alist and use auto-derived hook

ttaquangtrung committed 2 years ago
Unverified
255e20ff8cea696a55895f5abe6d1378dc43a9df

add gitignore

ttaquangtrung committed 2 years ago
Unverified
fb59b9a18d12f843765d166c1fbef218ba67ee53

fix docs string

ttaquangtrung committed 2 years ago
Unverified
9b1a2b02edecaabe0cc07feb027d1a22d202d940

add README and license

ttaquangtrung committed 2 years ago
Unverified
517aa3579954d50e47f53a850f739f953beaf704

fix function name regexp to capture the $ symbol

ttaquangtrung committed 2 years ago

README

The README file for this repository.

yul-mode

Emacs major mode for editing Yul intermediate code of Ethereum's Solidity smart contracts.

Screenshot

Screenshot

Installation

Features

Supported

  • Syntax highlight for Yul intermediate code.

  • Code outline (labels and blocks) via Imenu

Todo

  • [ ] Auto indentation