You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the indentation / syntax matching engine, bring the font-lock
keyword list up to date and update URLs to point to the new repo.
* smie: (35 commits)
Highlight modules, records, protocols, impls as types
Highlight private macros as function names, too
Add a history section & link to the original author.
Update one more URL in the README
Update README with a working screenshot
Update README for new setup instructions.
Reorganize everything: Autoloads, requires, reindent elixir-mode.el
Update README a bit
Set tab widths for elixir files to the basic offset.
Remove more outdated keywords, add some new ones.
Update font-lock keywords for newest elixir.
Indent if <cond>, do: <statement> correctly.
Delurk old tokenizer helper function
Have the lexer recognize parens, too
Fix indentation of -> some more
Use SMIE in elixir-mode by default.
Upcase confusion in lookaround lexer.
Try and be a bit smarter about highlighting some keywords
Make tokenizer smarter w.r.t match statements
Downcase literal strings read from the buffer
...
0 commit comments