Connor Lay (Clay)
|
6d1a06fd9c
|
Fix: Improve Elixir highlighting performance (#1682)
|
2021-09-17 21:06:36 +02:00 |
|
Connor Lay (Clay)
|
363ac62e23
|
Feature: Add Surface language and integrate with Elixir (#1645)
* Add initial surface highlights & injections
* Additional surface highlights
* Filetype detection, fix injections
* Fix Elixir function highlight when left is an identifier
* Add surface parser
* Fix comment highlights
* Surface folds, indents, better highlights
* Highlight surface components & directives
* Restore comments Elixir injections
|
2021-09-17 21:06:36 +02:00 |
|
Łukasz Niemier
|
21a7f61b06
|
fix(elixir): add missing possible parameters
|
2021-07-18 16:44:35 +00:00 |
|
Mitchell Hanberg
|
f6cd2d0b2f
|
[elixir] Add folds (#1543)
|
2021-07-09 18:51:16 +00:00 |
|
David Bernheisel
|
ad28bbf04c
|
Add regex injection for Elixir
|
2021-06-01 22:04:52 +02:00 |
|
Daniel Kempkens
|
ea8482621e
|
Elixir: Highlight with as conditional
`with` is also considered a conditional in Elixir. Highlight it
accordingly.
|
2021-05-27 22:02:30 +02:00 |
|
Daniel Kempkens
|
a98e5c1f4f
|
Refactor highlights and locals queries
|
2021-05-18 19:10:06 +02:00 |
|
Daniel Kempkens
|
a04b0abf21
|
Use #any-of? in locals
|
2021-05-18 19:10:06 +02:00 |
|
Daniel Kempkens
|
e7e1db38cd
|
Initial Elixir support
|
2021-05-18 19:10:06 +02:00 |
|