Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Text editor with spell checker that ignores (X)HTML/CSS/javascript tags?

Do you know of any text editor that can be used with a spell checker which is smart enough to ignore XHML/CSS and javascript tags?

The requirements would be:

  1. It must run in Linux;

  2. It must be free and open source;

  3. It doesn't need to have WYSIWYG capabilities, but they would be welcome.

  4. It must have built in "tag skipping" capabilities or be configurable to skip (X)HTML tags, CSS and embedded Javascript;

  5. It doesn't need to have a HTML validator, but if it does it will be a plus;

    I've tried to use spell checker plugins for Kate, HTML validators for Firefox, Eclipse's HTML editor, but I couldn't find a solution that have a speel checker that ignores hml tags.

Thanks for any help, Luís

like image 812
Luis Soeiro Avatar asked Dec 06 '25 04:12

Luis Soeiro


1 Answers

Emacs + flyspell-prog-mode + nxhtml-mode

like image 154
Bozhidar Batsov Avatar answered Dec 08 '25 21:12

Bozhidar Batsov