KileHighlighting misses \iffalse

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
Bkleine
Posts: 1
Joined: Tue Feb 22, 2011 12:04 pm

Highlighting misses \iffalse

Post by Bkleine »

Hi, everybody

I have the following problem: As you will see in the example the command \iffalse is not recognized by kile as a valid command. Could you please point me to the place where I can change this.

The error in Kile is irritating since the greying out runs into valid code which I would very much like to see highlighted.

Any help appreciated! Thanks a lot!

Bernhard

Code: Select all

\newcommand\fs@my{%Caption im Rahmen
  \let\@fs@capt\floatc@plain
  \let\@fs@iftopcapt\iffalse
  \def\@fs@mid{}%
  \def\@fs@pre{\begin{boxedminipage}{0.95\textwidth}}%
  \def\@fs@post{\end{boxedminipage}}%
}%
Attachments
Incorrect syntax highlighting of the above code snippet.
Incorrect syntax highlighting of the above code snippet.
Kile-SyntaxHighlighting.png (10.63 KiB) Viewed 2657 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply