KSyntaxHighlighting

KSyntaxHighlighting Namespace Reference

Classes

class  AbstractHighlighter
 
class  Definition
 
class  DefinitionDownloader
 
class  FoldingRegion
 
class  Format
 
class  HighlightingContextData
 
class  Repository
 
class  State
 
class  SyntaxHighlighter
 
class  Theme
 

Enumerations

enum  CommentPosition { CommentPosition::StartOfLine = 0, CommentPosition::AfterWhitespace }
 

Detailed Description

Syntax highlighting engine for Kate syntax definitions. In order to access the syntax highlighting Definition files, use the class Repository.

See also
Repository

Enumeration Type Documentation

◆ CommentPosition

Defines the insert position when commenting code.

Since
5.50
See also
Definition::singleLineCommentPosition()
Enumerator
StartOfLine 

The comment marker is inserted at the beginning of a line at column 0.

AfterWhitespace 

The comment marker is inserted after leading whitespaces right befire the first non-whitespace character.

Definition at line 36 of file definition.h.

This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 04:02:41 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.