aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexCSS.cxx
AgeCommit message (Collapse)AuthorFilesLines
2002-11-17Fixed warnings.nyamatongwe1-10/+10
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe1-0/+234
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved.