aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVisualProlog.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-01-09Recognize numbers more accurately and allow non-ASCII verbatim quotingThomas Linder Puls1-5/+10
characters.
2015-11-20Remove line end whitespace.Neil1-1/+1
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-10/+10
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-8/+8
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
defined in scripts/HeaderOrder.txt.
2013-10-09Feature [feature-requests:#1025]. Better support for string literals and ↵Neil1-90/+124
Unicode. From Thomas Linder Puls.
2012-05-10Lexer added for Visual Prolog. Feature #3523018.nyamatongwe1-0/+470
From Thomas Linder Puls.