$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Quickbook: source-mode teletype highlighting as c++
From: Daniel James (dnljms_at_[hidden])
Date: 2010-12-22 17:38:55
On 22 December 2010 18:53, Wilhelm <wilhelm.meier_at_[hidden]> wrote:
>
> experimenting with source-mode teletype seems to have no effect: all
> imports are highlighted as c++.
The [teletype], [c++] and [python] tags only effect syntax
highlighting for code in quickbook. The highlighting for imports is
determined by the file extension, and currently uses python for '.py'
and c++ for everything else. Remember that importing requires special
syntax to mark out the areas to be imported, and that's only
implemented for python and C++.
Daniel