succcubbus 4df741ecb2 fix goto definition when inbetween tokens
fixes both goto_definition and goto_type_definition.
before, when running goto between some non-trivia token and an
identifier, goto would be attempted for the non-trivia token.
but this does not make sense for e.g. L_PAREN or COLONCOLON only for
IDENTs. now only IDENTs will be searched for in goto actions.
2019-12-13 19:20:02 +01:00
..
2019-12-08 17:45:14 +01:00
2019-12-08 12:44:14 +01:00
2019-12-12 15:50:16 +01:00
2019-12-12 17:17:57 +01:00
2019-12-13 21:53:34 +08:00
2019-12-12 15:11:57 +01:00
2019-12-13 21:53:34 +08:00
2019-11-24 15:59:47 +00:00
2019-12-12 14:11:06 +01:00
2019-12-13 21:53:34 +08:00
2019-12-07 13:19:42 +01:00