alongubkin / spider

Unsurprising JavaScript - No longer active
http://spiderlang.org
Apache License 2.0
1.34k stars 46 forks source link

Syntax Highlighting #38

Open alongubkin opened 9 years ago

alongubkin commented 9 years ago

Create Spider syntax highlighting support for:

Namek commented 9 years ago

Are you experienced in writing such plugins for Sublime Text? I could look into that if you need such help. Actually I already did yesterday but did not get the final result yet.

alongubkin commented 9 years ago

@Namek never tried it tbh

Namek commented 9 years ago

OK, I'll take the task for Sublime Text since I'm using it.

alongubkin commented 9 years ago

Awesome!

droekm commented 9 years ago

@alongubkin @Namek BTW: An sublime text syntax highlighting plugin can be easily used in lime

Namek commented 9 years ago

And here it is. I made highlighter and few code snippets basing on JavaScript stuff for Sublime Text 3: https://github.com/Namek/Spider-Sublime-Plugin

if you want to use it then, on Windows, then git clone the project into folder: %APPDATA%\Roaming\Sublime Text 3\Packages\SpiderScript (yes, create it)

I don't know paths for other operating systems but probably you're gonna figure it out.

alongubkin commented 9 years ago

@Namek Nice! You should probably do a README though

Namek commented 9 years ago

@alongubkin Sure. Planned to do so.

EDIT: seems done. If there's anything into plugin, then please issue me on the plugin's page.

droekm commented 9 years ago

:+1:

Namek commented 9 years ago

I've created Notepad++ syntax highlighter.

Side note: Sublime Text is much better in there because it provides regular expressions and "User Defined Language" in Notepad++ does not.

alongubkin commented 9 years ago

Awesome! Added to the tools list

alongubkin commented 9 years ago

vim: http://github.com/ZucchiniZe/vim-spider

zekesonxx commented 9 years ago

Relevant: I made a SublimeLinter plugin, https://github.com/zekesonxx/SublimeLinter-contrib-spider