The newbie chronicles: learning vs-code, ts, node

2020-06-30 Thread Edward K. Ream
It can be daunting to attempt to learn several new technologies at once. This thread will discuss my experiences. *Getting started* This can be hard to do :-) Here are the techniques I used today. 1. Use the Pomodoro method . I learned this in

Re: ENB: Syntax coloring in leoInteg

2020-06-30 Thread Edward K. Ream
On Mon, Jun 29, 2020 at 9:26 PM 'tfer' via leo-editor < leo-editor@googlegroups.com> wrote: > Another possibility on the vscode side would be to create a syntax file > that is the union of the leosyntax and the language in effect for the node. > Thanks for this. I had not considered this

Re: ENB: Syntax coloring in leoInteg

2020-06-30 Thread Félix
My favored solution is to make leo-body-python leo-body-c syntax files etc... for all languages Leo supports and switch accordingly with textmate rules because that supports switching languages in the same mode multiple times. ( Leo has trouble starting a child mode in the right language when a

Re: ENB: Syntax coloring in leoInteg

2020-06-30 Thread Edward K. Ream
On Tue, Jun 30, 2020 at 1:58 PM Félix wrote: My forecast is that I will soon come and rain on this parade ;) > I have no attachment to the LSP. In fact, I would be relieved if there were some other way. Edward -- You received this message because you are subscribed to the Google Groups

Re: ENB: Syntax coloring in leoInteg

2020-06-30 Thread Félix
> > I would be relieved if there were some other way. I suspected that. I have a basic concept of a way to make it work in mind, which I will layout more precisely here and try out soon. But who knowsThere may be other imaginative ways to make it work... so i'm very curious to hear