Kaydet (Commit) c24980ab authored tarafından Enrico Tröger's avatar Enrico Tröger

Disable preprocessor #define tracking for the CPP lexer (enabled by default in Scintilla).

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5444 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst b106aca3
2010-11-28 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* data/filetypes.cpp, data/filetypes.vala, data/filetypes.glsl,
data/filetypes.cs, data/filetypes.c:
Disable preprocessor #define tracking for the CPP lexer
(enabled by default in Scintilla).
2010-11-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* scintilla/*:
......
......@@ -33,6 +33,7 @@ docComment=attention author brief bug class code date def enum example exception
[lexer_properties]
styling.within.preprocessor=1
lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if ifdef ifndef
preprocessor.middle.$(file.patterns.cpp)=else elif
......
......@@ -33,6 +33,7 @@ docComment=attention author brief bug class code date def enum example exception
[lexer_properties]
styling.within.preprocessor=1
lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if ifdef ifndef
preprocessor.middle.$(file.patterns.cpp)=else elif
......
......@@ -33,6 +33,7 @@ docComment=attention author brief bug class code date def enum example exception
[lexer_properties]
styling.within.preprocessor=1
lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if
preprocessor.middle.$(file.patterns.cpp)=else elif
......
......@@ -36,6 +36,7 @@ docComment=attention author brief bug class code date def enum example exception
[lexer_properties]
styling.within.preprocessor=1
lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if ifdef ifndef
preprocessor.middle.$(file.patterns.cpp)=else elif
......
......@@ -33,6 +33,7 @@ docComment=attention author brief bug class code date def enum example exception
[lexer_properties]
styling.within.preprocessor=1
lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if
preprocessor.middle.$(file.patterns.cpp)=else elif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment