Re: [Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-27 Thread Mahendra Thennakoon
Hi Ramindu, Thank you for the references. I will go through them and come up with a way to create a similar syntax highlighter for Siddhi QL. Best regards. On Mon, Feb 27, 2017 at 1:51 PM, Ramindu De Silva wrote: > Hi Mahendra, > > Your approach is correct. It'll be useful

Re: [Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-27 Thread Ramindu De Silva
Hi Mahendra, Your approach is correct. It'll be useful if you try to understand Siddhi grammar[1] and Siddhi QL[2] and try to implement the syntax highlighting accordingly. [1]

Re: [Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-26 Thread Nirmal Fernando
[Looping the mentors] On Mon, Feb 27, 2017 at 11:51 AM, Mahendra Thennakoon < mahendrathennak...@gmail.com> wrote: > Hi Ramindu, Suho, > > I created an Atom package 'language-javascript-alt'[1] that can highlight > a select set of Javascript syntax. > > [image: Inline image 1] > > [image: Inline

[Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-26 Thread Mahendra Thennakoon
Hi Ramindu, Suho, I created an Atom package 'language-javascript-alt'[1] that can highlight a select set of Javascript syntax. [image: Inline image 1] [image: Inline image 2] I used the TextMate documentation for Language Grammars[2] and MDN reference on Javascript lexical grammar[3] for my

Re: [Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-19 Thread Ramindu De Silva
Hi Mahendra, As for the starting point, you can check how to create a simple plugin for atom. Maybe syntax highlighting or providing suggestions or parsing a language. This will require you to check the developing environment for atom. And how to build the package structure and how to install on

[Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-19 Thread Mahendra Thennakoon
Hi all, I'm Mahendra Tennakoon, a 3rd-year undergraduate student from Sri Lanka Institute of Information Technology (SLIIT). I'm interested in implementing the "Atom plugin for Siddhi" which is a WSO2 project proposal for Google Summer of Code 2017 as mentioned here