Skip to content

Commit

Permalink
update lexilla
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankueng committed Feb 20, 2025
1 parent e479b4e commit 26fb62f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext/lexilla
Submodule lexilla updated 68 files
+1 −0 .gitattributes
+57 −1 cppcheck.suppress
+5 −5 doc/Lexilla.html
+5 −5 doc/LexillaDownload.html
+55 −2 doc/LexillaHistory.html
+3 −0 include/LexicalStyles.iface
+3 −0 include/SciLexer.h
+3 −3 lexers/LexCPP.cxx
+12 −13 lexers/LexHTML.cxx
+1 −1 lexers/LexModula.cxx
+26 −21 lexers/LexPascal.cxx
+3 −3 lexers/LexPython.cxx
+360 −235 lexers/LexRuby.cxx
+76 −50 lexers/LexRust.cxx
+7 −9 lexers/LexZig.cxx
+2 −0 lexlib/StyleContext.cxx
+1 −1 src/Lexilla/Info.plist
+2 −2 src/Lexilla/Lexilla.xcodeproj/project.pbxproj
+2 −2 src/LexillaVersion.rc
+5 −1 src/deps.mak
+5 −1 src/nmdeps.mak
+5 −0 test/examples/cpp/x.cxx
+5 −0 test/examples/cpp/x.cxx.folded
+5 −0 test/examples/cpp/x.cxx.styled
+5 −0 test/examples/hypertext/Issue250RegEx.html
+5 −0 test/examples/hypertext/Issue250RegEx.html.folded
+7 −2 test/examples/hypertext/Issue250RegEx.html.styled
+4 −0 test/examples/hypertext/Issue288.php
+5 −0 test/examples/hypertext/Issue288.php.folded
+4 −0 test/examples/hypertext/Issue288.php.styled
+1 −1 test/examples/hypertext/SciTE.properties
+1 −1 test/examples/hypertext/x.html.styled
+6 −0 test/examples/modula/Issue297.m3
+7 −0 test/examples/modula/Issue297.m3.folded
+6 −0 test/examples/modula/Issue297.m3.styled
+82 −0 test/examples/pascal/AllStyles.pas
+83 −0 test/examples/pascal/AllStyles.pas.folded
+82 −0 test/examples/pascal/AllStyles.pas.styled
+80 −0 test/examples/pascal/CodeFolding.pas
+81 −0 test/examples/pascal/CodeFolding.pas.folded
+80 −0 test/examples/pascal/CodeFolding.pas.styled
+20 −0 test/examples/pascal/SciTE.properties
+41 −0 test/examples/pascal/SomeExample.pas
+42 −0 test/examples/pascal/SomeExample.pas.folded
+41 −0 test/examples/pascal/SomeExample.pas.styled
+9 −0 test/examples/python/attributes/attrib-decorator.py
+10 −0 test/examples/python/attributes/attrib-decorator.py.folded
+9 −0 test/examples/python/attributes/attrib-decorator.py.styled
+18 −0 test/examples/python/attributes/attrib-id.py
+19 −0 test/examples/python/attributes/attrib-id.py.folded
+18 −0 test/examples/python/attributes/attrib-id.py.styled
+7 −0 test/examples/ruby/234HereDoc.rb
+7 −0 test/examples/ruby/234HereDoc.rb.folded
+7 −0 test/examples/ruby/234HereDoc.rb.styled
+6 −0 test/examples/ruby/AllStyles.rb
+6 −0 test/examples/ruby/AllStyles.rb.folded
+6 −0 test/examples/ruby/AllStyles.rb.styled
+1 −0 test/examples/ruby/Issue65.rb
+1 −0 test/examples/ruby/Issue65.rb.folded
+1 −0 test/examples/ruby/Issue65.rb.styled
+5 −1 test/examples/ruby/SciTE.properties
+36 −0 test/examples/rust/Issue268.rs
+36 −0 test/examples/rust/Issue268.rs.folded
+36 −0 test/examples/rust/Issue268.rs.styled
+13 −0 test/examples/zig/AllStyles.zig
+13 −0 test/examples/zig/AllStyles.zig.folded
+13 −0 test/examples/zig/AllStyles.zig.styled
+1 −1 version.txt
4 changes: 4 additions & 0 deletions src/res/Properties.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ KEYWORD8=000050;FFFFFF;;1;
KEYWORD9=000040;FFFFFF;;1;
IDENTIFIER=0000FF;FFFFFF;;0;
UNKNOWN IDENTIFIER=202020;FFFFFF;;0;
IDENTIFIERSTRING=404040;FFFFFF;;0;
DEFNAME=FF00FF;FFFFFF;;0;
TAG=0000FF;FFFFFF;;0;
TAG UNKNOWN=202020;FFFFFF;;0;
Expand Down Expand Up @@ -4393,6 +4394,8 @@ Style20=LEXERROR;$(ERROR)
Style21=BYTESTRING;$(STRING)
Style22=BYTESTRINGR;$(STRING)
Style23=BYTECHARACTER;$(CHARACTER)
Style24=CSTRING;$(STRING)
Style25=CSTRINGR;$(STRING)

Prop_fold=1
Prop_fold.comment=1
Expand Down Expand Up @@ -4983,6 +4986,7 @@ Style13=KW_PRIMARY;$(KEYWORD2)
Style14=KW_SECONDARY;$(KEYWORD3)
Style15=KW_TERTIARY;$(KEYWORD4)
Style16=KW_TYPE;$(KEYWORD5)
Style17=IDENTIFIER_STRING;$(IDENTIFIERSTRING)
Prop_fold=1
Prop_fold.comment=1
Prop_fold.compact=1
Expand Down

0 comments on commit 26fb62f

Please sign in to comment.