C#, Inno Script, Autohotkey lexers
-
- Posts: 392
- Joined: 01.12.2020 13:46
-
- Posts: 40
- Joined: 26.02.2019 13:47
Unfortunately alsou in tree does not exist normal functions after Hotkeys
Sample:
https://i.imgur.com/CRJzApt.png
Sample:
Code: Select all
F11:: ExitApp
func1(s) {
}
func3(s) {
}
func2() {
}
-
- Posts: 392
- Joined: 01.12.2020 13:46
-
- Posts: 40
- Joined: 26.02.2019 13:47
-
- Posts: 2265
- Joined: 25.08.2021 18:15
Lexer C# updates:
- fixed styles of some keywords ('ref', 'implicit', 'explicit'), added 'record'
- added code-tree item for 'record' and 'interface' blocks
- fixed highlight for string @$"...." (I am not sure I did OK, pls test)
- fixed symbol rule for ?? and ??=
- don't highlight wrong #preprocessorwords
- fixed styles of some keywords ('ref', 'implicit', 'explicit'), added 'record'
- added code-tree item for 'record' and 'interface' blocks
- fixed highlight for string @$"...." (I am not sure I did OK, pls test)
- fixed symbol rule for ?? and ??=
- don't highlight wrong #preprocessorwords
-
- Posts: 2265
- Joined: 25.08.2021 18:15