Branch: refs/heads/master Author: Alex Charron classixretrox@gmail.com Committer: Alex Charron classixretrox@gmail.com Date: Sun, 05 Feb 2012 21:30:22 Commit: cc6e85f454a0af91f2e4606cc428757605d5ecc9 https://github.com/geany/geany/commit/cc6e85f454a0af91f2e4606cc428757605d5ec...
Log Message: ----------- Added C++11 keywords to syntax highlighter.
Modified Paths: -------------- data/filetypes.cpp
Modified: data/filetypes.cpp 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -3,10 +3,10 @@
[keywords] # all items must be in one line -primary=and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast continue default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new not not_eq operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_cast struct switch template this throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq +primary=alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const constexpr const_cast continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq secondary= # these are some doxygen keywords (incomplete) -docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union +docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo tparam typedef var version warning union
[lexer_properties] styling.within.preprocessor=1
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).