geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

highlightingmappings.h File Reference
#include "Scintilla.h"
#include "SciLexer.h"
#include <glib.h>
Include dependency graph for highlightingmappings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HLStyle
 
struct  HLKeyword
 
struct  HLProperty
 

Macros

#define EMPTY_KEYWORDS   ((HLKeyword *) NULL)
 
#define EMPTY_PROPERTIES   ((HLProperty *) NULL)
 
#define HL_N_ENTRIES(array)   ((array != NULL) ? G_N_ELEMENTS(array) : 0)
 
#define highlighting_lexer_ABAQUS   SCLEX_ABAQUS
 
#define highlighting_properties_ABAQUS   EMPTY_PROPERTIES
 
#define highlighting_lexer_ADA   SCLEX_ADA
 
#define highlighting_properties_ADA   EMPTY_PROPERTIES
 
#define highlighting_lexer_AS   SCLEX_CPP
 
#define highlighting_styles_AS   highlighting_styles_C
 
#define highlighting_properties_AS   highlighting_properties_C
 
#define highlighting_lexer_ASM   SCLEX_ASM
 
#define highlighting_properties_ASM   EMPTY_PROPERTIES
 
#define highlighting_lexer_BASIC   SCLEX_FREEBASIC
 
#define highlighting_properties_BASIC   EMPTY_PROPERTIES
 
#define highlighting_lexer_BATCH   SCLEX_BATCH
 
#define highlighting_properties_BATCH   EMPTY_PROPERTIES
 
#define highlighting_lexer_C   SCLEX_CPP
 
#define highlighting_lexer_CAML   SCLEX_CAML
 
#define highlighting_properties_CAML   EMPTY_PROPERTIES
 
#define highlighting_lexer_CMAKE   SCLEX_CMAKE
 
#define highlighting_properties_CMAKE   EMPTY_PROPERTIES
 
#define highlighting_lexer_COFFEESCRIPT   SCLEX_COFFEESCRIPT
 
#define highlighting_properties_COFFEESCRIPT   EMPTY_PROPERTIES
 
#define highlighting_lexer_CSS   SCLEX_CSS
 
#define highlighting_properties_CSS   EMPTY_PROPERTIES
 
#define highlighting_lexer_COBOL   SCLEX_COBOL
 
#define highlighting_styles_COBOL   highlighting_styles_C
 
#define highlighting_properties_COBOL   highlighting_properties_C
 
#define highlighting_lexer_CONF   SCLEX_PROPERTIES
 
#define highlighting_keywords_CONF   EMPTY_KEYWORDS
 
#define highlighting_properties_CONF   EMPTY_PROPERTIES
 
#define highlighting_lexer_D   SCLEX_D
 
#define highlighting_properties_D   EMPTY_PROPERTIES
 
#define highlighting_lexer_DIFF   SCLEX_DIFF
 
#define highlighting_keywords_DIFF   EMPTY_KEYWORDS
 
#define highlighting_properties_DIFF   EMPTY_PROPERTIES
 
#define highlighting_lexer_DOCBOOK   SCLEX_XML
 
#define highlighting_properties_DOCBOOK   EMPTY_PROPERTIES
 
#define highlighting_lexer_ERLANG   SCLEX_ERLANG
 
#define highlighting_properties_ERLANG   EMPTY_PROPERTIES
 
#define highlighting_lexer_F77   SCLEX_F77
 
#define highlighting_properties_F77   EMPTY_PROPERTIES
 
#define highlighting_lexer_FERITE   SCLEX_CPP
 
#define highlighting_styles_FERITE   highlighting_styles_C
 
#define highlighting_properties_FERITE   highlighting_properties_C
 
#define highlighting_lexer_FORTH   SCLEX_FORTH
 
#define highlighting_properties_FORTH   EMPTY_PROPERTIES
 
#define highlighting_lexer_FORTRAN   SCLEX_FORTRAN
 
#define highlighting_styles_FORTRAN   highlighting_styles_F77
 
#define highlighting_keywords_FORTRAN   highlighting_keywords_F77
 
#define highlighting_properties_FORTRAN   highlighting_properties_F77
 
#define highlighting_lexer_GO   SCLEX_CPP
 
#define highlighting_styles_GO   highlighting_styles_C
 
#define highlighting_keywords_GO   highlighting_keywords_C
 
#define highlighting_properties_GO   highlighting_properties_C
 
#define highlighting_lexer_HASKELL   SCLEX_HASKELL
 
#define highlighting_properties_HASKELL   EMPTY_PROPERTIES
 
#define highlighting_lexer_HAXE   SCLEX_CPP
 
#define highlighting_styles_HAXE   highlighting_styles_C
 
#define highlighting_properties_HAXE   highlighting_properties_C
 
#define highlighting_lexer_HTML   SCLEX_HTML
 
#define highlighting_lexer_JAVA   SCLEX_CPP
 
#define highlighting_styles_JAVA   highlighting_styles_C
 
#define highlighting_properties_JAVA   highlighting_properties_C
 
#define highlighting_lexer_JS   SCLEX_CPP
 
#define highlighting_styles_JS   highlighting_styles_C
 
#define highlighting_properties_JS   highlighting_properties_C
 
#define highlighting_lexer_JULIA   SCLEX_JULIA
 
#define highlighting_properties_JULIA   EMPTY_PROPERTIES
 
#define highlighting_lexer_LATEX   SCLEX_LATEX
 
#define highlighting_properties_LATEX   EMPTY_PROPERTIES
 
#define highlighting_lexer_LISP   SCLEX_LISP
 
#define highlighting_properties_LISP   EMPTY_PROPERTIES
 
#define highlighting_lexer_LUA   SCLEX_LUA
 
#define highlighting_properties_LUA   EMPTY_PROPERTIES
 
#define highlighting_lexer_MAKE   SCLEX_MAKEFILE
 
#define highlighting_keywords_MAKE   EMPTY_KEYWORDS
 
#define highlighting_properties_MAKE   EMPTY_PROPERTIES
 
#define highlighting_lexer_MARKDOWN   SCLEX_MARKDOWN
 
#define highlighting_keywords_MARKDOWN   EMPTY_KEYWORDS
 
#define highlighting_properties_MARKDOWN   EMPTY_PROPERTIES
 
#define highlighting_lexer_MATLAB   SCLEX_OCTAVE /* not MATLAB to support Octave's # comments */
 
#define highlighting_properties_MATLAB   EMPTY_PROPERTIES
 
#define highlighting_lexer_NSIS   SCLEX_NSIS
 
#define highlighting_properties_NSIS   EMPTY_PROPERTIES
 
#define highlighting_lexer_OBJECTIVEC   highlighting_lexer_C
 
#define highlighting_styles_OBJECTIVEC   highlighting_styles_C
 
#define highlighting_properties_OBJECTIVEC   highlighting_properties_C
 
#define highlighting_lexer_PASCAL   SCLEX_PASCAL
 
#define highlighting_properties_PASCAL   EMPTY_PROPERTIES
 
#define highlighting_lexer_PERL   SCLEX_PERL
 
#define highlighting_properties_PERL   EMPTY_PROPERTIES
 
#define highlighting_lexer_PHP   SCLEX_HTML
 
#define highlighting_styles_PHP   highlighting_styles_HTML
 
#define highlighting_keywords_PHP   highlighting_keywords_HTML
 
#define highlighting_properties_PHP   highlighting_properties_HTML
 
#define highlighting_lexer_PO   SCLEX_PO
 
#define highlighting_keywords_PO   EMPTY_KEYWORDS
 
#define highlighting_properties_PO   EMPTY_PROPERTIES
 
#define highlighting_lexer_POWERSHELL   SCLEX_POWERSHELL
 
#define highlighting_properties_POWERSHELL   EMPTY_PROPERTIES
 
#define highlighting_lexer_PYTHON   SCLEX_PYTHON
 
#define highlighting_properties_PYTHON   EMPTY_PROPERTIES
 
#define highlighting_lexer_R   SCLEX_R
 
#define highlighting_properties_R   EMPTY_PROPERTIES
 
#define highlighting_lexer_RUBY   SCLEX_RUBY
 
#define highlighting_properties_RUBY   EMPTY_PROPERTIES
 
#define highlighting_lexer_RUST   SCLEX_RUST
 
#define highlighting_properties_RUST   EMPTY_PROPERTIES
 
#define highlighting_lexer_SH   SCLEX_BASH
 
#define highlighting_properties_SH   EMPTY_PROPERTIES
 
#define highlighting_lexer_SMALLTALK   SCLEX_SMALLTALK
 
#define highlighting_properties_SMALLTALK   EMPTY_PROPERTIES
 
#define highlighting_lexer_SQL   SCLEX_SQL
 
#define highlighting_properties_SQL   EMPTY_PROPERTIES
 
#define highlighting_lexer_TCL   SCLEX_TCL
 
#define highlighting_properties_TCL   EMPTY_PROPERTIES
 
#define highlighting_lexer_TXT2TAGS   SCLEX_TXT2TAGS
 
#define highlighting_keywords_TXT2TAGS   EMPTY_KEYWORDS
 
#define highlighting_properties_TXT2TAGS   EMPTY_PROPERTIES
 
#define highlighting_lexer_VHDL   SCLEX_VHDL
 
#define highlighting_properties_VHDL   EMPTY_PROPERTIES
 
#define highlighting_lexer_VERILOG   SCLEX_VERILOG
 
#define highlighting_properties_VERILOG   EMPTY_PROPERTIES
 
#define highlighting_lexer_XML   SCLEX_XML
 
#define highlighting_styles_XML   highlighting_styles_HTML
 
#define highlighting_properties_XML   highlighting_properties_HTML
 
#define highlighting_lexer_YAML   SCLEX_YAML
 
#define highlighting_properties_YAML   EMPTY_PROPERTIES
 
#define highlighting_lexer_ZEPHIR   SCLEX_PHPSCRIPT
 
#define highlighting_styles_ZEPHIR   highlighting_styles_PHP
 
#define highlighting_keywords_ZEPHIR   highlighting_keywords_PHP
 
#define highlighting_properties_ZEPHIR   highlighting_properties_PHP
 

Variables

static const HLStyle highlighting_styles_ABAQUS []
 
static const HLKeyword highlighting_keywords_ABAQUS []
 
static const HLStyle highlighting_styles_ADA []
 
static const HLKeyword highlighting_keywords_ADA []
 
static const HLKeyword highlighting_keywords_AS []
 
static const HLStyle highlighting_styles_ASM []
 
static const HLKeyword highlighting_keywords_ASM []
 
static const HLStyle highlighting_styles_BASIC []
 
static const HLKeyword highlighting_keywords_BASIC []
 
static const HLStyle highlighting_styles_BATCH []
 
static const HLKeyword highlighting_keywords_BATCH []
 
static const HLStyle highlighting_styles_C []
 
static const HLKeyword highlighting_keywords_C []
 
static const HLProperty highlighting_properties_C []
 
static const HLStyle highlighting_styles_CAML []
 
static const HLKeyword highlighting_keywords_CAML []
 
static const HLStyle highlighting_styles_CMAKE []
 
static const HLKeyword highlighting_keywords_CMAKE []
 
static const HLStyle highlighting_styles_COFFEESCRIPT []
 
static const HLKeyword highlighting_keywords_COFFEESCRIPT []
 
static const HLStyle highlighting_styles_CSS []
 
static const HLKeyword highlighting_keywords_CSS []
 
static const HLKeyword highlighting_keywords_COBOL []
 
static const HLStyle highlighting_styles_CONF []
 
static const HLStyle highlighting_styles_D []
 
static const HLKeyword highlighting_keywords_D []
 
static const HLStyle highlighting_styles_DIFF []
 
static const HLStyle highlighting_styles_DOCBOOK []
 
static const HLKeyword highlighting_keywords_DOCBOOK []
 
static const HLStyle highlighting_styles_ERLANG []
 
static const HLKeyword highlighting_keywords_ERLANG []
 
static const HLStyle highlighting_styles_F77 []
 
static const HLKeyword highlighting_keywords_F77 []
 
static const HLKeyword highlighting_keywords_FERITE []
 
static const HLStyle highlighting_styles_FORTH []
 
static const HLKeyword highlighting_keywords_FORTH []
 
static const HLStyle highlighting_styles_HASKELL []
 
static const HLKeyword highlighting_keywords_HASKELL []
 
static const HLKeyword highlighting_keywords_HAXE []
 
static const HLStyle highlighting_styles_HTML []
 
static const HLKeyword highlighting_keywords_HTML []
 
static const HLProperty highlighting_properties_HTML []
 
static const HLKeyword highlighting_keywords_JAVA []
 
static const HLKeyword highlighting_keywords_JS []
 
static const HLStyle highlighting_styles_JULIA []
 
static const HLKeyword highlighting_keywords_JULIA []
 
static const HLStyle highlighting_styles_LATEX []
 
static const HLKeyword highlighting_keywords_LATEX []
 
static const HLStyle highlighting_styles_LISP []
 
static const HLKeyword highlighting_keywords_LISP []
 
static const HLStyle highlighting_styles_LUA []
 
static const HLKeyword highlighting_keywords_LUA []
 
static const HLStyle highlighting_styles_MAKE []
 
static const HLStyle highlighting_styles_MARKDOWN []
 
static const HLStyle highlighting_styles_MATLAB []
 
static const HLKeyword highlighting_keywords_MATLAB []
 
static const HLStyle highlighting_styles_NSIS []
 
static const HLKeyword highlighting_keywords_NSIS []
 
static const HLKeyword highlighting_keywords_OBJECTIVEC []
 
static const HLStyle highlighting_styles_PASCAL []
 
static const HLKeyword highlighting_keywords_PASCAL []
 
static const HLStyle highlighting_styles_PERL []
 
static const HLKeyword highlighting_keywords_PERL []
 
static const HLStyle highlighting_styles_PO []
 
static const HLStyle highlighting_styles_POWERSHELL []
 
static const HLKeyword highlighting_keywords_POWERSHELL []
 
static const HLStyle highlighting_styles_PYTHON []
 
static const HLKeyword highlighting_keywords_PYTHON []
 
static const HLStyle highlighting_styles_R []
 
static const HLKeyword highlighting_keywords_R []
 
static const HLStyle highlighting_styles_RUBY []
 
static const HLKeyword highlighting_keywords_RUBY []
 
static const HLStyle highlighting_styles_RUST []
 
static const HLKeyword highlighting_keywords_RUST []
 
static const HLStyle highlighting_styles_SH []
 
static const HLKeyword highlighting_keywords_SH []
 
static const HLStyle highlighting_styles_SMALLTALK []
 
static const HLKeyword highlighting_keywords_SMALLTALK []
 
static const HLStyle highlighting_styles_SQL []
 
static const HLKeyword highlighting_keywords_SQL []
 
static const HLStyle highlighting_styles_TCL []
 
static const HLKeyword highlighting_keywords_TCL []
 
static const HLStyle highlighting_styles_TXT2TAGS []
 
static const HLStyle highlighting_styles_VHDL []
 
static const HLKeyword highlighting_keywords_VHDL []
 
static const HLStyle highlighting_styles_VERILOG []
 
static const HLKeyword highlighting_keywords_VERILOG []
 
static const HLKeyword highlighting_keywords_XML []
 
static const HLStyle highlighting_styles_YAML []
 
static const HLKeyword highlighting_keywords_YAML []
 

Macro Definition Documentation

◆ EMPTY_KEYWORDS

#define EMPTY_KEYWORDS   ((HLKeyword *) NULL)

Definition at line 68 of file highlightingmappings.h.

◆ EMPTY_PROPERTIES

#define EMPTY_PROPERTIES   ((HLProperty *) NULL)

Definition at line 69 of file highlightingmappings.h.

◆ highlighting_keywords_CONF

#define highlighting_keywords_CONF   EMPTY_KEYWORDS

Definition at line 430 of file highlightingmappings.h.

◆ highlighting_keywords_DIFF

#define highlighting_keywords_DIFF   EMPTY_KEYWORDS

Definition at line 492 of file highlightingmappings.h.

◆ highlighting_keywords_FORTRAN

#define highlighting_keywords_FORTRAN   highlighting_keywords_F77

Definition at line 654 of file highlightingmappings.h.

◆ highlighting_keywords_GO

#define highlighting_keywords_GO   highlighting_keywords_C

Definition at line 661 of file highlightingmappings.h.

◆ highlighting_keywords_MAKE

#define highlighting_keywords_MAKE   EMPTY_KEYWORDS

Definition at line 1025 of file highlightingmappings.h.

◆ highlighting_keywords_MARKDOWN

#define highlighting_keywords_MARKDOWN   EMPTY_KEYWORDS

Definition at line 1056 of file highlightingmappings.h.

◆ highlighting_keywords_PHP

#define highlighting_keywords_PHP   highlighting_keywords_HTML

Definition at line 1216 of file highlightingmappings.h.

◆ highlighting_keywords_PO

#define highlighting_keywords_PO   EMPTY_KEYWORDS

Definition at line 1241 of file highlightingmappings.h.

◆ highlighting_keywords_TXT2TAGS

#define highlighting_keywords_TXT2TAGS   EMPTY_KEYWORDS

Definition at line 1583 of file highlightingmappings.h.

◆ highlighting_keywords_ZEPHIR

#define highlighting_keywords_ZEPHIR   highlighting_keywords_PHP

Definition at line 1690 of file highlightingmappings.h.

◆ highlighting_lexer_ABAQUS

#define highlighting_lexer_ABAQUS   SCLEX_ABAQUS

Definition at line 76 of file highlightingmappings.h.

◆ highlighting_lexer_ADA

#define highlighting_lexer_ADA   SCLEX_ADA

Definition at line 101 of file highlightingmappings.h.

◆ highlighting_lexer_AS

#define highlighting_lexer_AS   SCLEX_CPP

Definition at line 125 of file highlightingmappings.h.

◆ highlighting_lexer_ASM

#define highlighting_lexer_ASM   SCLEX_ASM

Definition at line 137 of file highlightingmappings.h.

◆ highlighting_lexer_BASIC

#define highlighting_lexer_BASIC   SCLEX_FREEBASIC

Definition at line 169 of file highlightingmappings.h.

◆ highlighting_lexer_BATCH

#define highlighting_lexer_BATCH   SCLEX_BATCH

Definition at line 207 of file highlightingmappings.h.

◆ highlighting_lexer_C

#define highlighting_lexer_C   SCLEX_CPP

Definition at line 229 of file highlightingmappings.h.

◆ highlighting_lexer_CAML

#define highlighting_lexer_CAML   SCLEX_CAML

Definition at line 278 of file highlightingmappings.h.

◆ highlighting_lexer_CMAKE

#define highlighting_lexer_CMAKE   SCLEX_CMAKE

Definition at line 307 of file highlightingmappings.h.

◆ highlighting_lexer_COBOL

#define highlighting_lexer_COBOL   SCLEX_COBOL

Definition at line 408 of file highlightingmappings.h.

◆ highlighting_lexer_COFFEESCRIPT

#define highlighting_lexer_COFFEESCRIPT   SCLEX_COFFEESCRIPT

Definition at line 335 of file highlightingmappings.h.

◆ highlighting_lexer_CONF

#define highlighting_lexer_CONF   SCLEX_PROPERTIES

Definition at line 420 of file highlightingmappings.h.

◆ highlighting_lexer_CSS

#define highlighting_lexer_CSS   SCLEX_CSS

Definition at line 365 of file highlightingmappings.h.

◆ highlighting_lexer_D

#define highlighting_lexer_D   SCLEX_D

Definition at line 435 of file highlightingmappings.h.

◆ highlighting_lexer_DIFF

#define highlighting_lexer_DIFF   SCLEX_DIFF

Definition at line 476 of file highlightingmappings.h.

◆ highlighting_lexer_DOCBOOK

#define highlighting_lexer_DOCBOOK   SCLEX_XML

Definition at line 496 of file highlightingmappings.h.

◆ highlighting_lexer_ERLANG

#define highlighting_lexer_ERLANG   SCLEX_ERLANG

Definition at line 538 of file highlightingmappings.h.

◆ highlighting_lexer_F77

#define highlighting_lexer_F77   SCLEX_F77

Definition at line 581 of file highlightingmappings.h.

◆ highlighting_lexer_FERITE

#define highlighting_lexer_FERITE   SCLEX_CPP

Definition at line 610 of file highlightingmappings.h.

◆ highlighting_lexer_FORTH

#define highlighting_lexer_FORTH   SCLEX_FORTH

Definition at line 622 of file highlightingmappings.h.

◆ highlighting_lexer_FORTRAN

#define highlighting_lexer_FORTRAN   SCLEX_FORTRAN

Definition at line 652 of file highlightingmappings.h.

◆ highlighting_lexer_GO

#define highlighting_lexer_GO   SCLEX_CPP

Definition at line 659 of file highlightingmappings.h.

◆ highlighting_lexer_HASKELL

#define highlighting_lexer_HASKELL   SCLEX_HASKELL

Definition at line 666 of file highlightingmappings.h.

◆ highlighting_lexer_HAXE

#define highlighting_lexer_HAXE   SCLEX_CPP

Definition at line 703 of file highlightingmappings.h.

◆ highlighting_lexer_HTML

#define highlighting_lexer_HTML   SCLEX_HTML

Definition at line 715 of file highlightingmappings.h.

◆ highlighting_lexer_JAVA

#define highlighting_lexer_JAVA   SCLEX_CPP

Definition at line 862 of file highlightingmappings.h.

◆ highlighting_lexer_JS

#define highlighting_lexer_JS   SCLEX_CPP

Definition at line 877 of file highlightingmappings.h.

◆ highlighting_lexer_JULIA

#define highlighting_lexer_JULIA   SCLEX_JULIA

Definition at line 887 of file highlightingmappings.h.

◆ highlighting_lexer_LATEX

#define highlighting_lexer_LATEX   SCLEX_LATEX

Definition at line 924 of file highlightingmappings.h.

◆ highlighting_lexer_LISP

#define highlighting_lexer_LISP   SCLEX_LISP

Definition at line 949 of file highlightingmappings.h.

◆ highlighting_lexer_LUA

#define highlighting_lexer_LUA   SCLEX_LUA

Definition at line 974 of file highlightingmappings.h.

◆ highlighting_lexer_MAKE

#define highlighting_lexer_MAKE   SCLEX_MAKEFILE

Definition at line 1014 of file highlightingmappings.h.

◆ highlighting_lexer_MARKDOWN

#define highlighting_lexer_MARKDOWN   SCLEX_MARKDOWN

Definition at line 1030 of file highlightingmappings.h.

◆ highlighting_lexer_MATLAB

#define highlighting_lexer_MATLAB   SCLEX_OCTAVE /* not MATLAB to support Octave's # comments */

Definition at line 1061 of file highlightingmappings.h.

◆ highlighting_lexer_NSIS

#define highlighting_lexer_NSIS   SCLEX_NSIS

Definition at line 1082 of file highlightingmappings.h.

◆ highlighting_lexer_OBJECTIVEC

#define highlighting_lexer_OBJECTIVEC   highlighting_lexer_C

Definition at line 1116 of file highlightingmappings.h.

◆ highlighting_lexer_PASCAL

#define highlighting_lexer_PASCAL   SCLEX_PASCAL

Definition at line 1130 of file highlightingmappings.h.

◆ highlighting_lexer_PERL

#define highlighting_lexer_PERL   SCLEX_PERL

Definition at line 1157 of file highlightingmappings.h.

◆ highlighting_lexer_PHP

#define highlighting_lexer_PHP   SCLEX_HTML

Definition at line 1214 of file highlightingmappings.h.

◆ highlighting_lexer_PO

#define highlighting_lexer_PO   SCLEX_PO

Definition at line 1221 of file highlightingmappings.h.

◆ highlighting_lexer_POWERSHELL

#define highlighting_lexer_POWERSHELL   SCLEX_POWERSHELL

Definition at line 1246 of file highlightingmappings.h.

◆ highlighting_lexer_PYTHON

#define highlighting_lexer_PYTHON   SCLEX_PYTHON

Definition at line 1280 of file highlightingmappings.h.

◆ highlighting_lexer_R

#define highlighting_lexer_R   SCLEX_R

Definition at line 1313 of file highlightingmappings.h.

◆ highlighting_lexer_RUBY

#define highlighting_lexer_RUBY   SCLEX_RUBY

Definition at line 1339 of file highlightingmappings.h.

◆ highlighting_lexer_RUST

#define highlighting_lexer_RUST   SCLEX_RUST

Definition at line 1384 of file highlightingmappings.h.

◆ highlighting_lexer_SH

#define highlighting_lexer_SH   SCLEX_BASH

Definition at line 1423 of file highlightingmappings.h.

◆ highlighting_lexer_SMALLTALK

#define highlighting_lexer_SMALLTALK   SCLEX_SMALLTALK

Definition at line 1449 of file highlightingmappings.h.

◆ highlighting_lexer_SQL

#define highlighting_lexer_SQL   SCLEX_SQL

Definition at line 1478 of file highlightingmappings.h.

◆ highlighting_lexer_TCL

#define highlighting_lexer_TCL   SCLEX_TCL

Definition at line 1514 of file highlightingmappings.h.

◆ highlighting_lexer_TXT2TAGS

#define highlighting_lexer_TXT2TAGS   SCLEX_TXT2TAGS

Definition at line 1553 of file highlightingmappings.h.

◆ highlighting_lexer_VERILOG

#define highlighting_lexer_VERILOG   SCLEX_VERILOG

Definition at line 1622 of file highlightingmappings.h.

◆ highlighting_lexer_VHDL

#define highlighting_lexer_VHDL   SCLEX_VHDL

Definition at line 1588 of file highlightingmappings.h.

◆ highlighting_lexer_XML

#define highlighting_lexer_XML   SCLEX_XML

Definition at line 1656 of file highlightingmappings.h.

◆ highlighting_lexer_YAML

#define highlighting_lexer_YAML   SCLEX_YAML

Definition at line 1666 of file highlightingmappings.h.

◆ highlighting_lexer_ZEPHIR

#define highlighting_lexer_ZEPHIR   SCLEX_PHPSCRIPT

Definition at line 1688 of file highlightingmappings.h.

◆ highlighting_properties_ABAQUS

#define highlighting_properties_ABAQUS   EMPTY_PROPERTIES

Definition at line 97 of file highlightingmappings.h.

◆ highlighting_properties_ADA

#define highlighting_properties_ADA   EMPTY_PROPERTIES

Definition at line 121 of file highlightingmappings.h.

◆ highlighting_properties_AS

#define highlighting_properties_AS   highlighting_properties_C

Definition at line 133 of file highlightingmappings.h.

◆ highlighting_properties_ASM

#define highlighting_properties_ASM   EMPTY_PROPERTIES

Definition at line 165 of file highlightingmappings.h.

◆ highlighting_properties_BASIC

#define highlighting_properties_BASIC   EMPTY_PROPERTIES

Definition at line 203 of file highlightingmappings.h.

◆ highlighting_properties_BATCH

#define highlighting_properties_BATCH   EMPTY_PROPERTIES

Definition at line 224 of file highlightingmappings.h.

◆ highlighting_properties_CAML

#define highlighting_properties_CAML   EMPTY_PROPERTIES

Definition at line 303 of file highlightingmappings.h.

◆ highlighting_properties_CMAKE

#define highlighting_properties_CMAKE   EMPTY_PROPERTIES

Definition at line 332 of file highlightingmappings.h.

◆ highlighting_properties_COBOL

#define highlighting_properties_COBOL   highlighting_properties_C

Definition at line 416 of file highlightingmappings.h.

◆ highlighting_properties_COFFEESCRIPT

#define highlighting_properties_COFFEESCRIPT   EMPTY_PROPERTIES

Definition at line 361 of file highlightingmappings.h.

◆ highlighting_properties_CONF

#define highlighting_properties_CONF   EMPTY_PROPERTIES

Definition at line 431 of file highlightingmappings.h.

◆ highlighting_properties_CSS

#define highlighting_properties_CSS   EMPTY_PROPERTIES

Definition at line 404 of file highlightingmappings.h.

◆ highlighting_properties_D

#define highlighting_properties_D   EMPTY_PROPERTIES

Definition at line 472 of file highlightingmappings.h.

◆ highlighting_properties_DIFF

#define highlighting_properties_DIFF   EMPTY_PROPERTIES

Definition at line 493 of file highlightingmappings.h.

◆ highlighting_properties_DOCBOOK

#define highlighting_properties_DOCBOOK   EMPTY_PROPERTIES

Definition at line 534 of file highlightingmappings.h.

◆ highlighting_properties_ERLANG

#define highlighting_properties_ERLANG   EMPTY_PROPERTIES

Definition at line 577 of file highlightingmappings.h.

◆ highlighting_properties_F77

#define highlighting_properties_F77   EMPTY_PROPERTIES

Definition at line 606 of file highlightingmappings.h.

◆ highlighting_properties_FERITE

#define highlighting_properties_FERITE   highlighting_properties_C

Definition at line 618 of file highlightingmappings.h.

◆ highlighting_properties_FORTH

#define highlighting_properties_FORTH   EMPTY_PROPERTIES

Definition at line 647 of file highlightingmappings.h.

◆ highlighting_properties_FORTRAN

#define highlighting_properties_FORTRAN   highlighting_properties_F77

Definition at line 655 of file highlightingmappings.h.

◆ highlighting_properties_GO

#define highlighting_properties_GO   highlighting_properties_C

Definition at line 662 of file highlightingmappings.h.

◆ highlighting_properties_HASKELL

#define highlighting_properties_HASKELL   EMPTY_PROPERTIES

Definition at line 699 of file highlightingmappings.h.

◆ highlighting_properties_HAXE

#define highlighting_properties_HAXE   highlighting_properties_C

Definition at line 711 of file highlightingmappings.h.

◆ highlighting_properties_JAVA

#define highlighting_properties_JAVA   highlighting_properties_C

Definition at line 873 of file highlightingmappings.h.

◆ highlighting_properties_JS

#define highlighting_properties_JS   highlighting_properties_C

Definition at line 884 of file highlightingmappings.h.

◆ highlighting_properties_JULIA

#define highlighting_properties_JULIA   EMPTY_PROPERTIES

Definition at line 920 of file highlightingmappings.h.

◆ highlighting_properties_LATEX

#define highlighting_properties_LATEX   EMPTY_PROPERTIES

Definition at line 945 of file highlightingmappings.h.

◆ highlighting_properties_LISP

#define highlighting_properties_LISP   EMPTY_PROPERTIES

Definition at line 970 of file highlightingmappings.h.

◆ highlighting_properties_LUA

#define highlighting_properties_LUA   EMPTY_PROPERTIES

Definition at line 1010 of file highlightingmappings.h.

◆ highlighting_properties_MAKE

#define highlighting_properties_MAKE   EMPTY_PROPERTIES

Definition at line 1026 of file highlightingmappings.h.

◆ highlighting_properties_MARKDOWN

#define highlighting_properties_MARKDOWN   EMPTY_PROPERTIES

Definition at line 1057 of file highlightingmappings.h.

◆ highlighting_properties_MATLAB

#define highlighting_properties_MATLAB   EMPTY_PROPERTIES

Definition at line 1078 of file highlightingmappings.h.

◆ highlighting_properties_NSIS

#define highlighting_properties_NSIS   EMPTY_PROPERTIES

Definition at line 1112 of file highlightingmappings.h.

◆ highlighting_properties_OBJECTIVEC

#define highlighting_properties_OBJECTIVEC   highlighting_properties_C

Definition at line 1126 of file highlightingmappings.h.

◆ highlighting_properties_PASCAL

#define highlighting_properties_PASCAL   EMPTY_PROPERTIES

Definition at line 1153 of file highlightingmappings.h.

◆ highlighting_properties_PERL

#define highlighting_properties_PERL   EMPTY_PROPERTIES

Definition at line 1210 of file highlightingmappings.h.

◆ highlighting_properties_PHP

#define highlighting_properties_PHP   highlighting_properties_HTML

Definition at line 1217 of file highlightingmappings.h.

◆ highlighting_properties_PO

#define highlighting_properties_PO   EMPTY_PROPERTIES

Definition at line 1242 of file highlightingmappings.h.

◆ highlighting_properties_POWERSHELL

#define highlighting_properties_POWERSHELL   EMPTY_PROPERTIES

Definition at line 1276 of file highlightingmappings.h.

◆ highlighting_properties_PYTHON

#define highlighting_properties_PYTHON   EMPTY_PROPERTIES

Definition at line 1309 of file highlightingmappings.h.

◆ highlighting_properties_R

#define highlighting_properties_R   EMPTY_PROPERTIES

Definition at line 1335 of file highlightingmappings.h.

◆ highlighting_properties_RUBY

#define highlighting_properties_RUBY   EMPTY_PROPERTIES

Definition at line 1381 of file highlightingmappings.h.

◆ highlighting_properties_RUST

#define highlighting_properties_RUST   EMPTY_PROPERTIES

Definition at line 1420 of file highlightingmappings.h.

◆ highlighting_properties_SH

#define highlighting_properties_SH   EMPTY_PROPERTIES

Definition at line 1445 of file highlightingmappings.h.

◆ highlighting_properties_SMALLTALK

#define highlighting_properties_SMALLTALK   EMPTY_PROPERTIES

Definition at line 1474 of file highlightingmappings.h.

◆ highlighting_properties_SQL

#define highlighting_properties_SQL   EMPTY_PROPERTIES

Definition at line 1510 of file highlightingmappings.h.

◆ highlighting_properties_TCL

#define highlighting_properties_TCL   EMPTY_PROPERTIES

Definition at line 1549 of file highlightingmappings.h.

◆ highlighting_properties_TXT2TAGS

#define highlighting_properties_TXT2TAGS   EMPTY_PROPERTIES

Definition at line 1584 of file highlightingmappings.h.

◆ highlighting_properties_VERILOG

#define highlighting_properties_VERILOG   EMPTY_PROPERTIES

Definition at line 1652 of file highlightingmappings.h.

◆ highlighting_properties_VHDL

#define highlighting_properties_VHDL   EMPTY_PROPERTIES

Definition at line 1618 of file highlightingmappings.h.

◆ highlighting_properties_XML

#define highlighting_properties_XML   highlighting_properties_HTML

Definition at line 1662 of file highlightingmappings.h.

◆ highlighting_properties_YAML

#define highlighting_properties_YAML   EMPTY_PROPERTIES

Definition at line 1684 of file highlightingmappings.h.

◆ highlighting_properties_ZEPHIR

#define highlighting_properties_ZEPHIR   highlighting_properties_PHP

Definition at line 1691 of file highlightingmappings.h.

◆ highlighting_styles_AS

#define highlighting_styles_AS   highlighting_styles_C

Definition at line 126 of file highlightingmappings.h.

◆ highlighting_styles_COBOL

#define highlighting_styles_COBOL   highlighting_styles_C

Definition at line 409 of file highlightingmappings.h.

◆ highlighting_styles_FERITE

#define highlighting_styles_FERITE   highlighting_styles_C

Definition at line 611 of file highlightingmappings.h.

◆ highlighting_styles_FORTRAN

#define highlighting_styles_FORTRAN   highlighting_styles_F77

Definition at line 653 of file highlightingmappings.h.

◆ highlighting_styles_GO

#define highlighting_styles_GO   highlighting_styles_C

Definition at line 660 of file highlightingmappings.h.

◆ highlighting_styles_HAXE

#define highlighting_styles_HAXE   highlighting_styles_C

Definition at line 704 of file highlightingmappings.h.

◆ highlighting_styles_JAVA

#define highlighting_styles_JAVA   highlighting_styles_C

Definition at line 863 of file highlightingmappings.h.

◆ highlighting_styles_JS

#define highlighting_styles_JS   highlighting_styles_C

Definition at line 878 of file highlightingmappings.h.

◆ highlighting_styles_OBJECTIVEC

#define highlighting_styles_OBJECTIVEC   highlighting_styles_C

Definition at line 1117 of file highlightingmappings.h.

◆ highlighting_styles_PHP

#define highlighting_styles_PHP   highlighting_styles_HTML

Definition at line 1215 of file highlightingmappings.h.

◆ highlighting_styles_XML

#define highlighting_styles_XML   highlighting_styles_HTML

Definition at line 1657 of file highlightingmappings.h.

◆ highlighting_styles_ZEPHIR

#define highlighting_styles_ZEPHIR   highlighting_styles_PHP

Definition at line 1689 of file highlightingmappings.h.

◆ HL_N_ENTRIES

#define HL_N_ENTRIES (   array)    ((array != NULL) ? G_N_ELEMENTS(array) : 0)

Definition at line 72 of file highlightingmappings.h.

Variable Documentation

◆ highlighting_keywords_ABAQUS

const HLKeyword highlighting_keywords_ABAQUS[]
static
Initial value:
=
{
{ 0, "processors", FALSE },
{ 1, "commands", FALSE },
{ 2, "slashommands", FALSE },
{ 3, "starcommands", FALSE },
{ 4, "arguments", FALSE },
{ 5, "functions", FALSE }
}

Definition at line 88 of file highlightingmappings.h.

◆ highlighting_keywords_ADA

const HLKeyword highlighting_keywords_ADA[]
static
Initial value:
=
{
{ 0, "primary", FALSE }
}

Definition at line 117 of file highlightingmappings.h.

◆ highlighting_keywords_AS

const HLKeyword highlighting_keywords_AS[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", FALSE },
{ 3, "classes", FALSE }
}

Definition at line 127 of file highlightingmappings.h.

◆ highlighting_keywords_ASM

const HLKeyword highlighting_keywords_ASM[]
static
Initial value:
=
{
{ 0, "instructions", FALSE },
{ 2, "registers", FALSE },
{ 3, "directives", FALSE }
}

Definition at line 157 of file highlightingmappings.h.

◆ highlighting_keywords_BASIC

const HLKeyword highlighting_keywords_BASIC[]
static
Initial value:
=
{
{ 0, "keywords", FALSE },
{ 1, "preprocessor", FALSE },
{ 2, "user1", FALSE },
{ 3, "user2", FALSE }
}

Definition at line 196 of file highlightingmappings.h.

◆ highlighting_keywords_BATCH

const HLKeyword highlighting_keywords_BATCH[]
static
Initial value:
=
{
{ 0, "keywords", FALSE },
{ 1, "keywords_optional", FALSE }
}

Definition at line 219 of file highlightingmappings.h.

◆ highlighting_keywords_C

const HLKeyword highlighting_keywords_C[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", TRUE },
{ 2, "docComment", FALSE }
}

Definition at line 263 of file highlightingmappings.h.

◆ highlighting_keywords_CAML

const HLKeyword highlighting_keywords_CAML[]
static
Initial value:
=
{
{ 0, "keywords", FALSE },
{ 1, "keywords_optional", FALSE }
}

Definition at line 298 of file highlightingmappings.h.

◆ highlighting_keywords_CMAKE

const HLKeyword highlighting_keywords_CMAKE[]
static
Initial value:
=
{
{ 0, "commands", FALSE },
{ 1, "parameters", FALSE },
{ 2, "userdefined", FALSE }
}

Definition at line 326 of file highlightingmappings.h.

◆ highlighting_keywords_COBOL

const HLKeyword highlighting_keywords_COBOL[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", FALSE },
{ 2, "extended_keywords", FALSE }
}

Definition at line 410 of file highlightingmappings.h.

◆ highlighting_keywords_COFFEESCRIPT

const HLKeyword highlighting_keywords_COFFEESCRIPT[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", FALSE },
{ 3, "globalclass", FALSE }
}

Definition at line 355 of file highlightingmappings.h.

◆ highlighting_keywords_CSS

const HLKeyword highlighting_keywords_CSS[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "pseudoclasses", FALSE },
{ 2, "secondary", FALSE },
{ 3, "css3_properties", FALSE },
{ 4, "pseudo_elements", FALSE },
{ 5, "browser_css_properties", FALSE },
{ 6, "browser_pseudo_classes", FALSE },
{ 7, "browser_pseudo_elements", FALSE }
}

Definition at line 393 of file highlightingmappings.h.

◆ highlighting_keywords_D

const HLKeyword highlighting_keywords_D[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", TRUE },
{ 2, "docComment", FALSE },
{ 4, "types", FALSE },
}

Definition at line 463 of file highlightingmappings.h.

◆ highlighting_keywords_DOCBOOK

const HLKeyword highlighting_keywords_DOCBOOK[]
static
Initial value:
=
{
{ 0, "elements", FALSE },
{ 5, "dtd", FALSE }
}

Definition at line 529 of file highlightingmappings.h.

◆ highlighting_keywords_ERLANG

const HLKeyword highlighting_keywords_ERLANG[]
static
Initial value:
=
{
{ 0, "keywords", FALSE },
{ 1, "bifs", FALSE },
{ 2, "preproc", FALSE },
{ 3, "module", FALSE },
{ 4, "doc", FALSE },
{ 5, "doc_macro", FALSE }
}

Definition at line 568 of file highlightingmappings.h.

◆ highlighting_keywords_F77

const HLKeyword highlighting_keywords_F77[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "intrinsic_functions", FALSE },
{ 2, "user_functions", FALSE }
}

Definition at line 600 of file highlightingmappings.h.

◆ highlighting_keywords_FERITE

const HLKeyword highlighting_keywords_FERITE[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "types", FALSE },
{ 2, "docComment", FALSE }
}

Definition at line 612 of file highlightingmappings.h.

◆ highlighting_keywords_FORTH

const HLKeyword highlighting_keywords_FORTH[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "keyword", FALSE },
{ 2, "defword", FALSE },
{ 3, "preword1", FALSE },
{ 4, "preword2", FALSE },
{ 5, "string", FALSE }
}

Definition at line 638 of file highlightingmappings.h.

◆ highlighting_keywords_HASKELL

const HLKeyword highlighting_keywords_HASKELL[]
static
Initial value:
=
{
{ 0, "keywords", FALSE },
{ 1, "ffi", FALSE },
{ 2, "reserved_operators", FALSE }
}

Definition at line 693 of file highlightingmappings.h.

◆ highlighting_keywords_HAXE

const HLKeyword highlighting_keywords_HAXE[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", FALSE },
{ 3, "classes", FALSE }
}

Definition at line 705 of file highlightingmappings.h.

◆ highlighting_keywords_HTML

const HLKeyword highlighting_keywords_HTML[]
static
Initial value:
=
{
{ 0, "html", FALSE },
{ 1, "javascript", FALSE },
{ 2, "vbscript", FALSE },
{ 3, "python", FALSE },
{ 4, "php", FALSE },
{ 5, "sgml", FALSE }
}

Definition at line 845 of file highlightingmappings.h.

◆ highlighting_keywords_JAVA

const HLKeyword highlighting_keywords_JAVA[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", TRUE },
{ 2, "doccomment", FALSE },
{ 4, "typedefs", FALSE }
}

Definition at line 864 of file highlightingmappings.h.

◆ highlighting_keywords_JS

const HLKeyword highlighting_keywords_JS[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", FALSE }
}

Definition at line 879 of file highlightingmappings.h.

◆ highlighting_keywords_JULIA

const HLKeyword highlighting_keywords_JULIA[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", FALSE },
{ 2, "tertiary", FALSE },
{ 3, "functions", FALSE }
}

Definition at line 913 of file highlightingmappings.h.

◆ highlighting_keywords_LATEX

const HLKeyword highlighting_keywords_LATEX[]
static
Initial value:
=
{
{ 0, "primary", FALSE }
}

Definition at line 941 of file highlightingmappings.h.

◆ highlighting_keywords_LISP

const HLKeyword highlighting_keywords_LISP[]
static
Initial value:
=
{
{ 0, "keywords", FALSE },
{ 1, "special_keywords", FALSE }
}

Definition at line 965 of file highlightingmappings.h.

◆ highlighting_keywords_LUA

const HLKeyword highlighting_keywords_LUA[]
static
Initial value:
=
{
{ 0, "keywords", FALSE },
{ 1, "function_basic", FALSE },
{ 2, "function_other", FALSE },
{ 3, "coroutines", FALSE },
{ 4, "user1", FALSE },
{ 5, "user2", FALSE },
{ 6, "user3", FALSE },
{ 7, "user4", FALSE }
}

Definition at line 999 of file highlightingmappings.h.

◆ highlighting_keywords_MATLAB

const HLKeyword highlighting_keywords_MATLAB[]
static
Initial value:
=
{
{ 0, "primary", FALSE }
}

Definition at line 1074 of file highlightingmappings.h.

◆ highlighting_keywords_NSIS

const HLKeyword highlighting_keywords_NSIS[]
static
Initial value:
=
{
{ 0, "functions", FALSE },
{ 1, "variables", FALSE },
{ 2, "lables", FALSE },
{ 3, "userdefined", FALSE }
}

Definition at line 1105 of file highlightingmappings.h.

◆ highlighting_keywords_OBJECTIVEC

const HLKeyword highlighting_keywords_OBJECTIVEC[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", TRUE },
{ 2, "docComment", FALSE }
}

Definition at line 1118 of file highlightingmappings.h.

◆ highlighting_keywords_PASCAL

const HLKeyword highlighting_keywords_PASCAL[]
static
Initial value:
=
{
{ 0, "primary", FALSE }
}

Definition at line 1149 of file highlightingmappings.h.

◆ highlighting_keywords_PERL

const HLKeyword highlighting_keywords_PERL[]
static
Initial value:
=
{
{ 0, "primary", FALSE }
}

Definition at line 1206 of file highlightingmappings.h.

◆ highlighting_keywords_POWERSHELL

const HLKeyword highlighting_keywords_POWERSHELL[]
static
Initial value:
=
{
{ 0, "keywords", FALSE },
{ 1, "cmdlets", FALSE },
{ 2, "aliases", FALSE },
{ 3, "functions", FALSE },
{ 4, "user1", FALSE },
{ 5, "docComment", FALSE },
}

Definition at line 1267 of file highlightingmappings.h.

◆ highlighting_keywords_PYTHON

const HLKeyword highlighting_keywords_PYTHON[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "identifiers", FALSE }
}

Definition at line 1304 of file highlightingmappings.h.

◆ highlighting_keywords_R

const HLKeyword highlighting_keywords_R[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "package", FALSE },
{ 2, "package_other", FALSE }
}

Definition at line 1329 of file highlightingmappings.h.

◆ highlighting_keywords_RUBY

const HLKeyword highlighting_keywords_RUBY[]
static
Initial value:
=
{
{ 0, "primary", FALSE }
}

Definition at line 1377 of file highlightingmappings.h.

◆ highlighting_keywords_RUST

const HLKeyword highlighting_keywords_RUST[]
static
Initial value:
=
{
{ 0, "primary", FALSE },
{ 1, "secondary", TRUE },
{ 2, "tertiary", FALSE },
}

Definition at line 1412 of file highlightingmappings.h.

◆ highlighting_keywords_SH

const HLKeyword highlighting_keywords_SH[]
static
Initial value:
=
{
{ 0, "primary", FALSE }
}

Definition at line 1441 of file highlightingmappings.h.

◆ highlighting_keywords_SMALLTALK

const HLKeyword highlighting_keywords_SMALLTALK[]
static
Initial value:
=
{
{ 0, "special_selector", FALSE }
}

Definition at line 1470 of file highlightingmappings.h.

◆ highlighting_keywords_SQL

const HLKeyword highlighting_keywords_SQL[]
static
Initial value:
=
{
{ 0, "keywords", FALSE }
}

Definition at line 1506 of file highlightingmappings.h.

◆ highlighting_keywords_TCL

const HLKeyword highlighting_keywords_TCL[]
static
Initial value:
=
{
{ 0, "tcl", FALSE },
{ 1, "tk", FALSE },
{ 2, "itcl", FALSE },
{ 3, "tkcommands", FALSE },
{ 4, "expand", FALSE }
}

Definition at line 1541 of file highlightingmappings.h.

◆ highlighting_keywords_VERILOG

const HLKeyword highlighting_keywords_VERILOG[]
static
Initial value:
=
{
{ 0, "word", FALSE },
{ 1, "word2", FALSE },
{ 2, "word3", FALSE },
{ 4, "docComment", FALSE }
}

Definition at line 1645 of file highlightingmappings.h.

◆ highlighting_keywords_VHDL

const HLKeyword highlighting_keywords_VHDL[]
static
Initial value:
=
{
{ 0, "keywords", FALSE },
{ 1, "operators", FALSE },
{ 2, "attributes", FALSE },
{ 3, "std_functions", FALSE },
{ 4, "std_packages", FALSE },
{ 5, "std_types", FALSE },
{ 6, "userwords", FALSE },
}

Definition at line 1608 of file highlightingmappings.h.

◆ highlighting_keywords_XML

const HLKeyword highlighting_keywords_XML[]
static
Initial value:
=
{
{ 5, "sgml", FALSE }
}

Definition at line 1658 of file highlightingmappings.h.

◆ highlighting_keywords_YAML

const HLKeyword highlighting_keywords_YAML[]
static
Initial value:
=
{
{ 0, "keywords", FALSE }
}

Definition at line 1680 of file highlightingmappings.h.

◆ highlighting_properties_C

const HLProperty highlighting_properties_C[]
static
Initial value:
=
{
{ "fold.cpp.comment.explicit", "0" }
}

Definition at line 271 of file highlightingmappings.h.

◆ highlighting_properties_HTML

const HLProperty highlighting_properties_HTML[]
static
Initial value:
=
{
{ "fold.html", "1" },
{ "fold.html.preprocessor", "0" }
}

Definition at line 854 of file highlightingmappings.h.

◆ highlighting_styles_ABAQUS

const HLStyle highlighting_styles_ABAQUS[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 3 , "number", FALSE },
{ 4 , "string", FALSE },
{ 5 , "operator", FALSE },
{ 7 , "processor", FALSE },
{ 10 , "starcommand", FALSE },
{ 11 , "argument", FALSE }
}

Definition at line 77 of file highlightingmappings.h.

◆ highlighting_styles_ADA

const HLStyle highlighting_styles_ADA[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "word", FALSE },
{ 2 , "identifier", FALSE },
{ 3 , "number", FALSE },
{ 4 , "delimiter", FALSE },
{ 5 , "character", FALSE },
{ 6 , "charactereol", FALSE },
{ 7 , "string", FALSE },
{ 8 , "stringeol", FALSE },
{ 9 , "label", FALSE },
{ 10 , "commentline", FALSE },
{ 11 , "illegal", FALSE }
}

Definition at line 102 of file highlightingmappings.h.

◆ highlighting_styles_ASM

const HLStyle highlighting_styles_ASM[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "number", FALSE },
{ 3 , "string", FALSE },
{ 4 , "operator", FALSE },
{ 5 , "identifier", FALSE },
{ 6 , "cpuinstruction", FALSE },
{ 7 , "mathinstruction", FALSE },
{ 8 , "register", FALSE },
{ 9 , "directive", FALSE },
{ 10 , "directiveoperand", FALSE },
{ 11 , "commentblock", FALSE },
{ 12 , "character", FALSE },
{ 13 , "stringeol", FALSE },
{ 14 , "extinstruction", FALSE },
{ 15 , "commentdirective", FALSE }
}

Definition at line 138 of file highlightingmappings.h.

◆ highlighting_styles_BASIC

const HLStyle highlighting_styles_BASIC[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 19 , "commentblock", FALSE },
{ 20 , "docline", FALSE },
{ 21 , "docblock", FALSE },
{ 22 , "dockeyword", FALSE },
{ 2 , "number", FALSE },
{ 3 , "word", FALSE },
{ 4 , "string", FALSE },
{ 5 , "preprocessor", FALSE },
{ 6 , "operator", FALSE },
{ 7 , "identifier", FALSE },
{ 8 , "date", FALSE },
{ 9 , "stringeol", FALSE },
{ 10 , "word2", FALSE },
{ 11 , "word3", FALSE },
{ 12 , "word4", FALSE },
{ 13 , "constant", FALSE },
{ 14 , "asm", FALSE },
{ 15 , "label", FALSE },
{ 16 , "error", FALSE },
{ 17 , "hexnumber", FALSE },
{ 18 , "binnumber", FALSE }
}

Definition at line 170 of file highlightingmappings.h.

◆ highlighting_styles_BATCH

const HLStyle highlighting_styles_BATCH[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 3 , "label", FALSE },
{ 2 , "word", FALSE },
{ 4 , "hide", FALSE },
{ 5 , "command", FALSE },
{ 6 , "identifier", FALSE },
{ 7 , "operator", FALSE }
}

Definition at line 208 of file highlightingmappings.h.

◆ highlighting_styles_C

const HLStyle highlighting_styles_C[]
static

Definition at line 230 of file highlightingmappings.h.

◆ highlighting_styles_CAML

const HLStyle highlighting_styles_CAML[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 12 , "comment", FALSE },
{ 13 , "comment1", FALSE },
{ 14 , "comment2", FALSE },
{ 15 , "comment3", FALSE },
{ 8 , "number", FALSE },
{ 3 , "keyword", FALSE },
{ 4 , "keyword2", FALSE },
{ 5 , "keyword3", FALSE },
{ 11 , "string", FALSE },
{ 9 , "char", FALSE },
{ 7 , "operator", FALSE },
{ 1 , "identifier", FALSE },
{ 2 , "tagname", FALSE },
{ 6 , "linenum", FALSE },
{ 10 , "white", FALSE }
}

Definition at line 279 of file highlightingmappings.h.

◆ highlighting_styles_CMAKE

const HLStyle highlighting_styles_CMAKE[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "stringdq", FALSE },
{ 3 , "stringlq", FALSE },
{ 4 , "stringrq", FALSE },
{ 5 , "command", FALSE },
{ 6 , "parameters", FALSE },
{ 7 , "variable", FALSE },
{ 8 , "userdefined", FALSE },
{ 9 , "whiledef", FALSE },
{ 10 , "foreachdef", FALSE },
{ 11 , "ifdefinedef", FALSE },
{ 12 , "macrodef", FALSE },
{ 13 , "stringvar", FALSE },
{ 14 , "number", FALSE }
}

Definition at line 308 of file highlightingmappings.h.

◆ highlighting_styles_COFFEESCRIPT

const HLStyle highlighting_styles_COFFEESCRIPT[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 2 , "commentline", FALSE },
{ 4 , "number", FALSE },
{ 5 , "word", FALSE },
{ 6 , "string", FALSE },
{ 7 , "character", FALSE },
{ 10 , "operator", FALSE },
{ 11 , "identifier", FALSE },
{ 12 , "stringeol", FALSE },
{ 14 , "regex", FALSE },
{ 16 , "word2", FALSE },
{ 19 , "globalclass", FALSE },
{ 22 , "commentblock", FALSE },
{ 23 , "verbose_regex", FALSE },
{ 24 , "verbose_regex_comment",FALSE },
{ 25 , "instanceproperty", FALSE }
}

Definition at line 336 of file highlightingmappings.h.

◆ highlighting_styles_CONF

const HLStyle highlighting_styles_CONF[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "section", FALSE },
{ 5 , "key", FALSE },
{ 3 , "assignment", FALSE },
{ 4 , "defval", FALSE }
}

Definition at line 421 of file highlightingmappings.h.

◆ highlighting_styles_CSS

const HLStyle highlighting_styles_CSS[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 9 , "comment", FALSE },
{ 1 , "tag", FALSE },
{ 2 , "class", FALSE },
{ 3 , "pseudoclass", FALSE },
{ 4 , "unknown_pseudoclass", FALSE },
{ 7 , "unknown_identifier", FALSE },
{ 5 , "operator", FALSE },
{ 6 , "identifier", FALSE },
{ 13 , "doublestring", FALSE },
{ 14 , "singlestring", FALSE },
{ 16 , "attribute", FALSE },
{ 8 , "value", FALSE },
{ 10 , "id", FALSE },
{ 15 , "identifier2", FALSE },
{ 23 , "variable", FALSE },
{ 11 , "important", FALSE },
{ 12 , "directive", FALSE },
{ 17 , "identifier3", FALSE },
{ 18 , "pseudoelement", FALSE },
{ 19 , "extended_identifier", FALSE },
{ 20 , "extended_pseudoclass", FALSE },
{ 21 , "extended_pseudoelement", FALSE },
{ 22 , "media", FALSE }
}

Definition at line 366 of file highlightingmappings.h.

◆ highlighting_styles_D

const HLStyle highlighting_styles_D[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "commentline", FALSE },
{ 3 , "commentdoc", FALSE },
{ 4 , "commentnested", FALSE },
{ 5 , "number", FALSE },
{ 6 , "word", FALSE },
{ 7 , "word2", FALSE },
{ 8 , "word3", FALSE },
{ 9 , "typedef", FALSE },
{ 20 , "typedef", FALSE },
{ 10 , "string", FALSE },
{ 18 , "string", FALSE },
{ 19 , "string", FALSE },
{ 11 , "stringeol", FALSE },
{ 12 , "character", FALSE },
{ 13 , "operator", FALSE },
{ 14 , "identifier", FALSE },
{ 15 , "commentlinedoc", FALSE },
{ 16 , "commentdockeyword", FALSE },
{ 17 , "commentdockeyworderror", FALSE }
}

Definition at line 436 of file highlightingmappings.h.

◆ highlighting_styles_DIFF

const HLStyle highlighting_styles_DIFF[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "command", FALSE },
{ 3 , "header", FALSE },
{ 4 , "position", FALSE },
{ 5 , "deleted", FALSE },
{ 6 , "added", FALSE },
{ 7 , "changed", FALSE },
{ 8 , "patch_add", FALSE },
{ 9 , "patch_delete", FALSE },
{ 10 , "removed_patch_add", FALSE },
{ 11 , "removed_patch_delete", FALSE }
}

Definition at line 477 of file highlightingmappings.h.

◆ highlighting_styles_DOCBOOK

const HLStyle highlighting_styles_DOCBOOK[]
static

Definition at line 497 of file highlightingmappings.h.

◆ highlighting_styles_ERLANG

const HLStyle highlighting_styles_ERLANG[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "variable", FALSE },
{ 3 , "number", FALSE },
{ 4 , "keyword", FALSE },
{ 5 , "string", FALSE },
{ 6 , "operator", FALSE },
{ 7 , "atom", FALSE },
{ 8 , "function_name", FALSE },
{ 9 , "character", FALSE },
{ 10 , "macro", FALSE },
{ 11 , "record", FALSE },
{ 12 , "preproc", FALSE },
{ 13 , "node_name", FALSE },
{ 14 , "comment_function", FALSE },
{ 15 , "comment_module", FALSE },
{ 16 , "comment_doc", FALSE },
{ 17 , "comment_doc_macro", FALSE },
{ 18 , "atom_quoted", FALSE },
{ 19 , "macro_quoted", FALSE },
{ 20 , "record_quoted", FALSE },
{ 21 , "node_name_quoted", FALSE },
{ 22 , "bifs", FALSE },
{ 23 , "modules", FALSE },
{ 24 , "modules_att", FALSE },
{ 31 , "unknown", FALSE }
}

Definition at line 539 of file highlightingmappings.h.

◆ highlighting_styles_F77

const HLStyle highlighting_styles_F77[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "number", FALSE },
{ 3 , "string", FALSE },
{ 6 , "operator", FALSE },
{ 7 , "identifier", FALSE },
{ 4 , "string2", FALSE },
{ 8 , "word", FALSE },
{ 9 , "word2", FALSE },
{ 10 , "word3", FALSE },
{ 11 , "preprocessor", FALSE },
{ 12 , "operator2", FALSE },
{ 14 , "continuation", FALSE },
{ 5 , "stringeol", FALSE },
{ 13 , "label", FALSE }
}

Definition at line 582 of file highlightingmappings.h.

◆ highlighting_styles_FORTH

const HLStyle highlighting_styles_FORTH[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "commentml", FALSE },
{ 3 , "identifier", FALSE },
{ 4 , "control", FALSE },
{ 5 , "keyword", FALSE },
{ 6 , "defword", FALSE },
{ 7 , "preword1", FALSE },
{ 8 , "preword2", FALSE },
{ 9 , "number", FALSE },
{ 10 , "string", FALSE },
{ 11 , "locale", FALSE }
}

Definition at line 623 of file highlightingmappings.h.

◆ highlighting_styles_HASKELL

const HLStyle highlighting_styles_HASKELL[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 13 , "commentline", FALSE },
{ 14 , "commentblock", FALSE },
{ 15 , "commentblock2", FALSE },
{ 16 , "commentblock3", FALSE },
{ 3 , "number", FALSE },
{ 2 , "keyword", FALSE },
{ 10 , "import", FALSE },
{ 4 , "string", FALSE },
{ 5 , "character", FALSE },
{ 6 , "class", FALSE },
{ 11 , "operator", FALSE },
{ 1 , "identifier", FALSE },
{ 12 , "instance", FALSE },
{ 8 , "capital", FALSE },
{ 7 , "module", FALSE },
{ 9 , "data", FALSE },
{ 17 , "pragma", FALSE },
{ 18 , "preprocessor", FALSE },
{ 19 , "stringeol", FALSE },
{ 20 , "reserved_operator", FALSE },
{ 21 , "literate_comment", FALSE },
{ 22 , "literate_codedelim", FALSE }
}

Definition at line 667 of file highlightingmappings.h.

◆ highlighting_styles_HTML

const HLStyle highlighting_styles_HTML[]
static

Definition at line 716 of file highlightingmappings.h.

◆ highlighting_styles_JULIA

const HLStyle highlighting_styles_JULIA[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "number", FALSE },
{ 3 , "keyword1", FALSE },
{ 4 , "keyword2", FALSE },
{ 5 , "keyword3", FALSE },
{ 6 , "char", FALSE },
{ 7 , "operator", FALSE },
{ 8 , "bracket", FALSE },
{ 9 , "identifier", FALSE },
{ 10 , "string", FALSE },
{ 11 , "symbol", FALSE },
{ 12 , "macro", FALSE },
{ 13 , "stringinterp", FALSE },
{ 14 , "docstring", FALSE },
{ 15 , "stringliteral", FALSE },
{ 16 , "command", FALSE },
{ 17 , "commandliteral", FALSE },
{ 18 , "typeannotation", FALSE },
{ 19 , "lexerror", FALSE },
{ 20 , "keyword4", FALSE },
{ 21 , "typeoperator", FALSE },
}

Definition at line 888 of file highlightingmappings.h.

◆ highlighting_styles_LATEX

const HLStyle highlighting_styles_LATEX[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "command", FALSE },
{ 2 , "tag", FALSE },
{ 3 , "math", FALSE },
{ 4 , "comment", FALSE },
{ 5 , "tag2", FALSE },
{ 6 , "math2", FALSE },
{ 7 , "comment2", FALSE },
{ 8 , "verbatim", FALSE },
{ 9 , "shortcmd", FALSE },
{ 10 , "special", FALSE },
{ 11 , "cmdopt", FALSE },
{ 12 , "error", FALSE }
}

Definition at line 925 of file highlightingmappings.h.

◆ highlighting_styles_LISP

const HLStyle highlighting_styles_LISP[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 12 , "multicomment", FALSE },
{ 2 , "number", FALSE },
{ 3 , "keyword", FALSE },
{ 5 , "symbol", FALSE },
{ 6 , "string", FALSE },
{ 8 , "stringeol", FALSE },
{ 9 , "identifier", FALSE },
{ 10 , "operator", FALSE },
{ 11 , "special", FALSE },
{ 4 , "keywordkw", FALSE }
}

Definition at line 950 of file highlightingmappings.h.

◆ highlighting_styles_LUA

const HLStyle highlighting_styles_LUA[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "commentline", FALSE },
{ 3 , "commentdoc", FALSE },
{ 4 , "number", FALSE },
{ 5 , "word", FALSE },
{ 6 , "string", FALSE },
{ 7 , "character", FALSE },
{ 8 , "literalstring", FALSE },
{ 9 , "preprocessor", FALSE },
{ 10 , "operator", FALSE },
{ 11 , "identifier", FALSE },
{ 12 , "stringeol", FALSE },
{ 13 , "function_basic", FALSE },
{ 14 , "function_other", FALSE },
{ 15 , "coroutines", FALSE },
{ 16 , "word5", FALSE },
{ 17 , "word6", FALSE },
{ 18 , "word7", FALSE },
{ 19 , "word8", FALSE },
{ 20 , "label", FALSE }
}

Definition at line 975 of file highlightingmappings.h.

◆ highlighting_styles_MAKE

const HLStyle highlighting_styles_MAKE[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "preprocessor", FALSE },
{ 3 , "identifier", FALSE },
{ 4 , "operator", FALSE },
{ 5 , "target", FALSE },
{ 9 , "ideol", FALSE }
}

Definition at line 1015 of file highlightingmappings.h.

◆ highlighting_styles_MARKDOWN

const HLStyle highlighting_styles_MARKDOWN[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "default", FALSE },
{ 12 , "default", FALSE },
{ 2 , "strong", FALSE },
{ 3 , "strong", FALSE },
{ 4 , "emphasis", FALSE },
{ 5 , "emphasis", FALSE },
{ 6 , "header1", FALSE },
{ 7 , "header2", FALSE },
{ 8 , "header3", FALSE },
{ 9 , "header4", FALSE },
{ 10 , "header5", FALSE },
{ 11 , "header6", FALSE },
{ 13 , "ulist_item", FALSE },
{ 14 , "olist_item", FALSE },
{ 15 , "blockquote", FALSE },
{ 16 , "strikeout", FALSE },
{ 17 , "hrule", FALSE },
{ 18 , "link", FALSE },
{ 19 , "code", FALSE },
{ 20 , "code", FALSE },
{ 21 , "codebk", FALSE }
}

Definition at line 1031 of file highlightingmappings.h.

◆ highlighting_styles_MATLAB

const HLStyle highlighting_styles_MATLAB[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "command", FALSE },
{ 3 , "number", FALSE },
{ 4 , "keyword", FALSE },
{ 5 , "string", FALSE },
{ 6 , "operator", FALSE },
{ 7 , "identifier", FALSE },
{ 8 , "doublequotedstring", FALSE }
}

Definition at line 1062 of file highlightingmappings.h.

◆ highlighting_styles_NSIS

const HLStyle highlighting_styles_NSIS[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "stringdq", FALSE },
{ 3 , "stringlq", FALSE },
{ 4 , "stringrq", FALSE },
{ 5 , "function", FALSE },
{ 6 , "variable", FALSE },
{ 7 , "label", FALSE },
{ 8 , "userdefined", FALSE },
{ 9 , "sectiondef", FALSE },
{ 10 , "subsectiondef", FALSE },
{ 11 , "ifdefinedef", FALSE },
{ 12 , "macrodef", FALSE },
{ 13 , "stringvar", FALSE },
{ 14 , "number", FALSE },
{ 15 , "sectiongroup", FALSE },
{ 16 , "pageex", FALSE },
{ 17 , "functiondef", FALSE },
{ 18 , "commentbox", FALSE }
}

Definition at line 1083 of file highlightingmappings.h.

◆ highlighting_styles_PASCAL

const HLStyle highlighting_styles_PASCAL[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "identifier", FALSE },
{ 2 , "comment", FALSE },
{ 3 , "comment2", FALSE },
{ 4 , "commentline", FALSE },
{ 5 , "preprocessor", FALSE },
{ 6 , "preprocessor2", FALSE },
{ 7 , "number", FALSE },
{ 8 , "hexnumber", FALSE },
{ 9 , "word", FALSE },
{ 10 , "string", FALSE },
{ 11 , "stringeol", FALSE },
{ 12 , "character", FALSE },
{ 13 , "operator", FALSE },
{ 14 , "asm", FALSE }
}

Definition at line 1131 of file highlightingmappings.h.

◆ highlighting_styles_PERL

const HLStyle highlighting_styles_PERL[]
static

Definition at line 1158 of file highlightingmappings.h.

◆ highlighting_styles_PO

const HLStyle highlighting_styles_PO[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 9 , "programmer_comment", FALSE },
{ 10 , "reference", FALSE },
{ 11 , "flags", FALSE },
{ 8 , "fuzzy", FALSE },
{ 2 , "msgid", FALSE },
{ 3 , "msgid_text", FALSE },
{ 12 , "msgid_text_eol", FALSE },
{ 4 , "msgstr", FALSE },
{ 5 , "msgstr_text", FALSE },
{ 13 , "msgstr_text_eol", FALSE },
{ 6 , "msgctxt", FALSE },
{ 7 , "msgctxt_text", FALSE },
{ 14 , "msgctxt_text_eol", FALSE },
{ 15 , "error", FALSE }
}

Definition at line 1222 of file highlightingmappings.h.

◆ highlighting_styles_POWERSHELL

const HLStyle highlighting_styles_POWERSHELL[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "string", FALSE },
{ 3 , "character", FALSE },
{ 4 , "number", FALSE },
{ 5 , "variable", FALSE },
{ 6 , "operator", FALSE },
{ 7 , "identifier", FALSE },
{ 8 , "keyword", FALSE },
{ 9 , "cmdlet", FALSE },
{ 10 , "alias", FALSE },
{ 11 , "function", FALSE },
{ 12 , "user1", FALSE },
{ 13 , "commentstream", FALSE },
{ 14 , "here_string", FALSE },
{ 15 , "here_character", FALSE },
{ 16 , "commentdockeyword", FALSE },
}

Definition at line 1247 of file highlightingmappings.h.

◆ highlighting_styles_PYTHON

const HLStyle highlighting_styles_PYTHON[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "commentline", FALSE },
{ 2 , "number", FALSE },
{ 3 , "string", FALSE },
{ 4 , "character", FALSE },
{ 5 , "word", FALSE },
{ 6 , "triple", FALSE },
{ 7 , "tripledouble", FALSE },
{ 8 , "classname", FALSE },
{ 9 , "defname", FALSE },
{ 10 , "operator", FALSE },
{ 11 , "identifier", FALSE },
{ 12 , "commentblock", FALSE },
{ 13 , "stringeol", FALSE },
{ 14 , "word2", FALSE },
{ 16 , "fstring", FALSE },
{ 17 , "fcharacter", FALSE },
{ 18 , "ftriple", FALSE },
{ 19 , "ftripledouble", FALSE },
{ 15 , "decorator", FALSE }
}

Definition at line 1281 of file highlightingmappings.h.

◆ highlighting_styles_R

const HLStyle highlighting_styles_R[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "kword", FALSE },
{ 8 , "operator", FALSE },
{ 3 , "basekword", FALSE },
{ 4 , "otherkword", FALSE },
{ 5 , "number", FALSE },
{ 6 , "string", FALSE },
{ 7 , "string2", FALSE },
{ 9 , "identifier", FALSE },
{ 10 , "infix", FALSE },
{ 11 , "infixeol", FALSE }
}

Definition at line 1314 of file highlightingmappings.h.

◆ highlighting_styles_RUBY

const HLStyle highlighting_styles_RUBY[]
static

Definition at line 1340 of file highlightingmappings.h.

◆ highlighting_styles_RUST

const HLStyle highlighting_styles_RUST[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "commentblock", FALSE },
{ 2 , "commentline", FALSE },
{ 3 , "commentblockdoc", FALSE },
{ 4 , "commentlinedoc", FALSE },
{ 5 , "number", FALSE },
{ 6 , "word", FALSE },
{ 7 , "word2", FALSE },
{ 8 , "word3", FALSE },
{ 9 , "word4", FALSE },
{ 10 , "word5", FALSE },
{ 11 , "word6", FALSE },
{ 12 , "word7", FALSE },
{ 13 , "string", FALSE },
{ 14 , "stringraw", FALSE },
{ 15 , "character", FALSE },
{ 16 , "operator", FALSE },
{ 17 , "identifier", FALSE },
{ 18 , "lifetime", FALSE },
{ 19 , "macro", FALSE },
{ 20 , "lexerror", FALSE },
{ 21 , "bytestring", FALSE },
{ 22 , "bytestringr", FALSE },
{ 23 , "bytecharacter", FALSE }
}

Definition at line 1385 of file highlightingmappings.h.

◆ highlighting_styles_SH

const HLStyle highlighting_styles_SH[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 2 , "commentline", FALSE },
{ 3 , "number", FALSE },
{ 4 , "word", FALSE },
{ 5 , "string", FALSE },
{ 6 , "character", FALSE },
{ 7 , "operator", FALSE },
{ 8 , "identifier", FALSE },
{ 11 , "backticks", FALSE },
{ 10 , "param", FALSE },
{ 9 , "scalar", FALSE },
{ 1 , "error", FALSE },
{ 12 , "here_delim", FALSE },
{ 13 , "here_q", FALSE }
}

Definition at line 1424 of file highlightingmappings.h.

◆ highlighting_styles_SMALLTALK

const HLStyle highlighting_styles_SMALLTALK[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 12 , "special", FALSE },
{ 4 , "symbol", FALSE },
{ 14 , "assignment", FALSE },
{ 11 , "return", FALSE },
{ 2 , "number", FALSE },
{ 5 , "binary", FALSE },
{ 16 , "special_selector", FALSE },
{ 13 , "keyword_send", FALSE },
{ 10 , "global", FALSE },
{ 7 , "self", FALSE },
{ 8 , "super", FALSE },
{ 9 , "nil", FALSE },
{ 6 , "bool", FALSE },
{ 3 , "comment", FALSE },
{ 1 , "string", FALSE },
{ 15 , "character", FALSE }
}

Definition at line 1450 of file highlightingmappings.h.

◆ highlighting_styles_SQL

const HLStyle highlighting_styles_SQL[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "commentline", FALSE },
{ 3 , "commentdoc", FALSE },
{ 15 , "commentlinedoc", FALSE },
{ 17 , "commentdockeyword", FALSE },
{ 18 , "commentdockeyworderror", FALSE },
{ 4 , "number", FALSE },
{ 5 , "word", FALSE },
{ 16 , "word2", FALSE },
{ 6 , "string", FALSE },
{ 7 , "character", FALSE },
{ 10 , "operator", FALSE },
{ 11 , "identifier", FALSE },
{ 8 , "sqlplus", FALSE },
{ 9 , "sqlplus_prompt", FALSE },
{ 13 , "sqlplus_comment", FALSE },
{ 23 , "quotedidentifier", FALSE },
{ 24 , "qoperator", FALSE }
}

Definition at line 1479 of file highlightingmappings.h.

◆ highlighting_styles_TCL

const HLStyle highlighting_styles_TCL[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "commentline", FALSE },
{ 3 , "number", FALSE },
{ 6 , "operator", FALSE },
{ 7 , "identifier", FALSE },
{ 4 , "wordinquote", FALSE },
{ 5 , "inquote", FALSE },
{ 8 , "substitution", FALSE },
{ 10 , "modifier", FALSE },
{ 11 , "expand", FALSE },
{ 12 , "wordtcl", FALSE },
{ 13 , "wordtk", FALSE },
{ 14 , "worditcl", FALSE },
{ 15 , "wordtkcmds", FALSE },
{ 16 , "wordexpand", FALSE },
{ 20 , "commentbox", FALSE },
{ 21 , "blockcomment", FALSE },
{ 9 , "subbrace", FALSE }
}

Definition at line 1515 of file highlightingmappings.h.

◆ highlighting_styles_TXT2TAGS

const HLStyle highlighting_styles_TXT2TAGS[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "default", FALSE },
{ 12 , "default", FALSE },
{ 2 , "strong", FALSE },
{ 3 , "strong", FALSE },
{ 4 , "emphasis", FALSE },
{ 5 , "underlined", FALSE },
{ 6 , "header1", FALSE },
{ 7 , "header2", FALSE },
{ 8 , "header3", FALSE },
{ 9 , "header4", FALSE },
{ 10 , "header5", FALSE },
{ 11 , "header6", FALSE },
{ 13 , "ulist_item", FALSE },
{ 14 , "olist_item", FALSE },
{ 15 , "blockquote", FALSE },
{ 16 , "strikeout", FALSE },
{ 17 , "hrule", FALSE },
{ 18 , "link", FALSE },
{ 19 , "code", FALSE },
{ 20 , "code", FALSE },
{ 21 , "codebk", FALSE },
{ 22 , "comment", FALSE },
{ 23 , "option", FALSE },
{ 24 , "preproc", FALSE },
{ 25 , "postproc", FALSE }
}

Definition at line 1554 of file highlightingmappings.h.

◆ highlighting_styles_VERILOG

const HLStyle highlighting_styles_VERILOG[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "comment_line", FALSE },
{ 3 , "comment_line_bang", FALSE },
{ 4 , "number", FALSE },
{ 5 , "word", FALSE },
{ 6 , "string", FALSE },
{ 7 , "word2", FALSE },
{ 8 , "word3", FALSE },
{ 9 , "preprocessor", FALSE },
{ 10 , "operator", FALSE },
{ 11 , "identifier", FALSE },
{ 12 , "stringeol", FALSE },
{ 19 , "userword", FALSE },
{ 20 , "comment_word", FALSE },
{ 21 , "input", FALSE },
{ 22 , "output", FALSE },
{ 23 , "inout", FALSE },
{ 24 , "port_connect", FALSE }
}

Definition at line 1623 of file highlightingmappings.h.

◆ highlighting_styles_VHDL

const HLStyle highlighting_styles_VHDL[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "comment_line_bang", FALSE },
{ 15 , "block_comment", FALSE },
{ 3 , "number", FALSE },
{ 4 , "string", FALSE },
{ 5 , "operator", FALSE },
{ 6 , "identifier", FALSE },
{ 7 , "stringeol", FALSE },
{ 8 , "keyword", FALSE },
{ 9 , "stdoperator", FALSE },
{ 10 , "attribute", FALSE },
{ 11 , "stdfunction", FALSE },
{ 12 , "stdpackage", FALSE },
{ 13 , "stdtype", FALSE },
{ 14 , "userword", FALSE }
}

Definition at line 1589 of file highlightingmappings.h.

◆ highlighting_styles_YAML

const HLStyle highlighting_styles_YAML[]
static
Initial value:
=
{
{ 0 , "default", FALSE },
{ 1 , "comment", FALSE },
{ 2 , "identifier", FALSE },
{ 3 , "keyword", FALSE },
{ 4 , "number", FALSE },
{ 5 , "reference", FALSE },
{ 6 , "document", FALSE },
{ 7 , "text", FALSE },
{ 8 , "error", FALSE },
{ 9 , "operator", FALSE }
}

Definition at line 1667 of file highlightingmappings.h.