I just used this
https://github.com/JuliaLang/Julia.tmbundle/blob/696f630736669251a3cb56cb27741b5b07a4c093/Syntaxes/Julia.tmLanguage file. I don’t know what format atom uses to define grammars… From: [email protected] [mailto:[email protected]] On Behalf Of Eric Forgy Sent: Wednesday, June 22, 2016 5:05 PM To: julia-users <[email protected]> Subject: Re: [julia-users] Re: VS code extension Hi David, This is awesome. Thanks for this. Out of curiosity, is this the same syntax highlighting used in Juno? It feels a little different and I've gotten used to Juno. I was able to get the same Julia.tmBundle to work in Visual Studio (not VS Code) and filed an issue here <https://github.com/JuliaLang/Julia.tmbundle/issues/10> . Thanks. Best regards, Eric On Thursday, June 23, 2016 at 12:18:28 AM UTC+8, David Anthoff wrote: The VS code extension now lives here <https://github.com/JuliaEditorSupport/julia-vscode> https://github.com/JuliaEditorSupport/julia-vscode. Cheers, David From: <javascript:> [email protected] [mailto: <javascript:> [email protected]] On Behalf Of Lyndon White Sent: Tuesday, June 21, 2016 7:53 PM To: julia-users < <javascript:> [email protected]> Subject: [julia-users] Re: VS code extension I would be happy to transfer https://github.com/oxinabox/julia-vim-completions to an Org. Though probably worth waiting til it is wrapped up into a form people who are not me can use. On Wednesday, 22 June 2016 06:26:52 UTC+8, David Anthoff wrote: Hi all, I’ve created a new github repo for a VS code extension https://github.com/davidanthoff/julia-vscode and it is published here https://marketplace.visualstudio.com/items?itemName=julialang.language-julia. Be5invis will delete the old julia extension from the marketplace because he is no longer maintaining it. At this point my extension has zero additional features over his old one, except that there is a public github repo where in theory people could contribute. Two questions: 1) could we move the github repo under some official julia organization? I know most other editor plugins are under julialang, but I also remember talk about creating something like a juliaeditor org or something like that? In any case, I would like to move the repo to something more official. I’m happy to maintain it for the foreseeable future, so no fear on that front. 2) I used the julia logo. I hope that is ok from a copyright point of view? I took it from the repo for the julia homepage, and that whole repo seemed to be under an MIT license, but just wanted to be sure. And if anyone wants to add stuff to the extension, PRs are welcome! Especially a debug adapter would of course be fantastic. Cheers, David -- David Anthoff University of California, Berkeley http://www.david-anthoff.com
