Commit Graph

12 Commits

Author SHA1 Message Date
Basile Burg 077b4c35e7 fix #69 - d2 highligther, dont apply the phobos-style if ident is followed by left paren
that looks better when using C APIs.

before : "LLVMAppendBasicBlock(" -> tkTypes, tkSymbol
after  : "LLVMAppendBasicBlock(" -> tkCall, tkSymbol

downside : "Constructor()",  Constructor is not a TkTypes anymore
2021-09-15 16:08:51 +02:00
Basile Burg 0408b6dd00 fix, highlighting of q"()" strings 2020-11-17 06:36:09 +01:00
Basile Burg 3209ec12cf empty stmt 2020-09-13 01:02:33 +02:00
Basile Burg 0b641095be more `<> nil` and `= nil` replaced with isAss/isNotAss
and inline those helpers
2020-07-12 00:20:16 +02:00
Basile Burg 891690410f rename isNil/NotNil Assigned/NotAssigned and add them for interfaces
FPC 3.2.0 required from now
2020-07-11 23:29:08 +02:00
Basile Burg f3df449a9d add highlighter attribute for function calls and definitions 2020-07-05 19:18:04 +02:00
Basile Burg 87c8ca3cd1 reafactor ... <> 0 with not ... equals(0) 2020-07-05 14:48:19 +02:00
Basile Burg 0196068b06 add helper for integer, refactor ` = 0` with equals(0) 2020-07-05 14:26:12 +02:00
Basile Burg a4b604a60b D highlighter, also highlight first level of UDA when the @() form is used 2020-05-25 13:40:46 +02:00
Basile Burg d992e7554e handle HEREDOC strings base on common delimiters `()` `<>` `[]` 2020-04-23 16:08:52 +02:00
Basile Burg e6e0dc6215 style, remove all occurences of `then\ [a-z,A-Z]` 2019-02-05 19:08:09 +01:00
Basile Burg f603fe1879 Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00