aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers/d.lua
AgeCommit message (Collapse)AuthorFilesLines
2025-11-28lua/lexers: synchronization with new release scintillua_6.6mitchell1-1/+1
Bugfixes: - Fixed Pascal numeric literals. - Fixed folding of HTML/XML comments and XML processing instructions. - Fixed incorrectly highlighting '..' range operators between numbers. Changes: - Added Janet and todo.txt lexers. - Updated Python lexer to recognize t-strings. - Migrated ini and Dart lexers. - Updated org lexer word lists.
2025-02-22update to scintillua-6.4 + 1 (org-mode lexer)Matěj Cepl1-1/+1
2025-01-04Rename 'ansi_c', 'dmd', and 'rstats' lexers to 'c', 'd', and 'r'orbitalquark1-0/+141
Originally this was to prevent clashes with Textadept's language-specific key handling, but this is no longer applicable.