Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #31267
| From | Joao Rodrigues <groups_jr-1@yahoo.com.br> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: Editor with syntax highlighting for HTML, CSS, Javascript AND PHP |
| Date | 2016-09-07 13:42 -0300 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <nqpg1c$1qti$1@gioia.aioe.org> (permalink) |
| References | <a40269e9-864c-451e-a4c0-e208fc7645bd@googlegroups.com> |
On 06-09-2016 11:42, bit-naughty@hotmail.com wrote: > If I'm writing a website which has ALL these languages on it, is > there any editor for Linux which will correctly detect ALL of them, > and provide the colours, with DIFFERENT COLOUR SCHENES FOR EACH > LANGUAGE - ie. Javascript has to look different from PHP! There are many good, open-source, and cross-platform code editors, such as Visual Studio Code [1], Sublime Text [2], Brackets [3] and Atom [4]. Atom was developed by GitHub. VS Code and Atom run on top of the Electron framework [5], but VS Code seems a bit faster and better than Atom. Both Atom and VS Code have very good Git integration. Brackets has some interesting features for front-end development, but I didn't manage to use it for server-side / back-end development (e.g with asp / asp.net). Personally, I prefer "Sublime Text 3" for server and client side development. [1] <https://code.visualstudio.com> [2] <https://www.sublimetext.com/> [3] <http://brackets.io/> [4] <https://atom.io/> [5] <https://github.com/electron/electron> > Will Emacs > do it, with the appropriate plugins or something....? Surely > *someone*, *SOMEWHERE* must have solved this problem by now, with the > amount of websites being developed all oveer the world....? > Emacs and VIM are very old editors, still used today though. But I prefer the newer editors listed above. -- Joao Rodrigues
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Editor with syntax highlighting for HTML, CSS, Javascript AND PHP bit-naughty@hotmail.com - 2016-09-06 07:42 -0700
Re: Editor with syntax highlighting for HTML, CSS, Javascript AND PHP Dr.Kral@nyc.rr.com - 2016-09-06 14:47 -0400
Re: Editor with syntax highlighting for HTML, CSS, Javascript AND PHP $Bill <news@todbe.com> - 2016-09-06 15:41 -0700
Re: Editor with syntax highlighting for HTML, CSS, Javascript AND PHP $Bill <news@todbe.com> - 2016-09-06 15:49 -0700
Re: Editor with syntax highlighting for HTML, CSS, Javascript AND PHP Joao Rodrigues <groups_jr-1@yahoo.com.br> - 2016-09-07 13:42 -0300
Re: Editor with syntax highlighting for HTML, CSS, Javascript AND PHP $Bill <news@todbe.com> - 2016-09-07 15:47 -0700
csiph-web