aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexD.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-399/+0
2009-05-27Updated D lexer from maXmo.nyamatongwe1-285/+323
Feature Request #2793782. Supports more forms of strings and numbers and has more keyword lists.
2009-05-20Reverted to previous version due to differing opinions.uid229441-333/+285
2009-05-19Applied FR #2793782 D lexer update:nyamatongwe1-285/+333
Fixed nasty comment which was highlighted wrong by viewvc. Added support for unicode chars in identifiers as per D spec. Added 3 extra keyword groups. Strings are multiline in D. Slightly more careful number parsing: don't parse 0..2 as number, parse decimal and hex floats. Support for two types of wysiwyg strings. Some support for hex strings (no escape sequences).
2009-04-12Using comments in lexer code to document meaning of properties.nyamatongwe1-0/+3
Automatically extract into SciTE doumentation.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+4
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2006-12-13D lexer and language support from Waldemar Augustyn.nyamatongwe1-0/+354