Michael
Michael
> rename the current syntax to "Erlang (Legacy)" and keep the actual Erlang syntax up to date? I [suggested something](https://github.com/sublimehq/Packages/issues/1602#issuecomment-693414055) in YAML wherein we stamp the old behaviour back in...
``` lisp (define (square x) (* x x)) (define (square-tree tree) (map (lambda (sub-tree) (if (pair? sub-tree) (square-tree sub-tree) (square sub-tree))) tree) ``` Lisp (mostly) still has a "highlight the...
I don't know what syntax definition might be closest to Lisp/Scheme, mostly because I don't use any languages that look like them. :wink: In my opinion, Javascript is the syntax...
I think @jrappen was linking Discord, which I failed to do when I mentioned it. The same people also frequent [a Discourse-based forum](https://forum.sublimetext.com/) if that's your preference. --- Your plan...
Feel free to fork #2387. I don't know when I'll be able to return to it.
Closed with https://github.com/sublimehq/Packages/pull/2417?
@Ultra-Instinct-05 See https://github.com/sublimehq/sublime_text/issues/1326
``` sh !! # Good echo !! # Okay as-is. We could mark `!!` like above, though. !cmd # Pretty good echo !cmd # Okay as-is. We could mark `!cmd`...
Working for me. 🆗
Downvote for assuming updates. Maintainer has already stated he'd consider a PR if it didn't cause regressions. I didn't downvote any of your other comments. You're unwilling to write any...