aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexNim.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Resolve some Core Guidelines warningsJad Altahan1-24/+24
2019-03-29Remove inclusion of "CharacterCategory.h" where not needed and add <vector> toNeil1-1/+0
2019-03-09Feature [feature-requests:#1268]. Improve the styling of numbers in NimJad Altahan1-13/+7
2019-02-02Feature [feature-requests:#1262]. Enhance raw string identifier styling in NimJad Altahan1-1/+25
2019-01-30Feature [feature-requests:#1261]. Enhance the styling of backticks in NimJad Altahan1-4/+19
2019-01-29Feature [feature-requests:#1260]. Fix inconsistency with dot styling in Nim.Jad Altahan1-2/+6
2019-01-23Feature [feature-requests:#1258]. Add function IsFuncName() to Nim lexer.Jad Altahan1-11/+21
2019-01-13Feature [feature-requests:#1254]. Fix bug causing fold line creation in commentsJad Altahan1-5/+6
2019-01-13Feature [feature-requests:#1253]. Critical fixes for raw stringsJad Altahan1-7/+56
2019-01-06Feature [feature-requests:#1251]. Properly ignore backslash in raw strings.Jad Altahan1-2/+7
2018-11-28Move functions to unnamed namespaceJad Altahan1-101/+106
2018-11-21Changes to IsNumOctal & SCE_NIM_IDENTIFIERJad Altahan1-5/+5
2018-11-21Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-0/+701