A spell check text editor that ignores (X) HTML / CSS / javascript tags?

Do you know of any text editor that you can use with spell checking that is smart enough to ignore XHML / CSS and javascript tags?

Requirements:

  • It should work on Linux;
  • It should be free and open source;
  • You do not need to have WYSIWYG features, but they will be welcome.
  • It must have built-in tag skipping capabilities or be configured to skip (X) HTML tags, CSS, and embedded Javascript;
  • It does not need to have an HTML validator, but if it does, it will be a plus;

    I tried to use spellchecking plugins for Kate, HTML validators for Firefox, the Eclipse HTML editor, but I could not find a solution that has a versioning tool that ignores hml tags.

Thanks for any help, Luis

+3
source share
3 answers

Emacs + flyspell-prog-mode + nxhtml-mode

+2
source

Vim . For example, I use the following settings:

set spell
set spelllang=en_gb
0
source

, , GUI .

BlueFish. HTML, CSS, Javascript . , HTML.

: javascript. , .

0
source

Source: https://habr.com/ru/post/1739849/


All Articles