chore: bump scintilla and lexilla version

This commit is contained in:
2025-10-12 13:51:32 +08:00
parent 9fb3681e3a
commit db20417ce7
1093 changed files with 138943 additions and 128144 deletions

View File

@ -0,0 +1,25 @@
lexer.*.tsql=mssql
fold=1
fold.comment=1
# statement
keywords.*.tsql=and as begin by create declare distinct drop else end exists from go if in insert into is inner \
join like not null on order print procedure return select set table use values where while
# data type
keywords2.*.tsql=char int
# System table
keywords3.*.tsql=sysobjects
# global variables
keywords4.*.tsql=error
# functions
keywords5.*.tsql=ascii char object_id
# System stored procedures
keywords6.*.tsql=sp_fulltext_database
# operators
keywords7.*.tsql=intersect