head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2024.09.22.18.58.12; author schmonz; state dead; branches; next 1.1; commitid XpbPTz1R7AmoOPqF; 1.1 date 2024.08.16.15.27.59; author schmonz; state Exp; branches; next ; commitid PnJM8P1K8LP0Q3mF; desc @@ 1.2 log @highlight: update to 4.14. Changes: - updated astyle lib to version 3.6.2 - fixed SWIG lib compilation - updated Terraform file suffix list @ text @$NetBSD: patch-src_core_syntaxreader.cpp,v 1.1 2024/08/16 15:27:59 schmonz Exp $ Apply upstream commit edf6511e to fix #247. --- src/core/syntaxreader.cpp.orig 2024-08-11 13:05:37.000000000 +0000 +++ src/core/syntaxreader.cpp @@@@ -65,8 +65,21 @@@@ set SyntaxReader::persistentSynt int RegexElement::instanceCnt=0; -SyntaxReader::SyntaxReader() - +SyntaxReader::SyntaxReader() : + ignoreCase ( false ), + disableHighlighting ( false ), + allowNestedComments ( true ), + reformatCode ( false ), + assertEqualLength(false), + paramsNeedUpdate(false), + rawStringPrefix(0), + continuationChar(0), + keywordCount(0), + validateStateChangeFct(nullptr), + decorateFct(nullptr), + decorateLineBeginFct(nullptr), + decorateLineEndFct(nullptr), + luaState(nullptr) { } @ 1.1 log @libhighlight: update to 4.13. Changes: - updated astyle lib to version 3.6 - added Gleam and V definitions - added Meson and CMake build files - improved LSP compatibility with bash-language-server and haskell-language-server - applied several clang-tidy modernize fixes - GUI: refactored settings retore code @ text @d1 1 a1 1 $NetBSD$ @