From aa60fa39a73d59c5f4036dd18bfc60666800317b Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 13 Apr 2017 17:16:34 +0800 Subject: Parse - Allow :expr/:path after .. --- src/parse/expr.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/parse/expr.cpp b/src/parse/expr.cpp index d4edb208..15a3e179 100644 --- a/src/parse/expr.cpp +++ b/src/parse/expr.cpp @@ -669,6 +669,9 @@ bool Parse_IsTokValue(eTokenType tok_type) case TOK_PAREN_OPEN: case TOK_SQUARE_OPEN: + case TOK_INTERPOLATED_PATH: + case TOK_INTERPOLATED_EXPR: + case TOK_MACRO: case TOK_PIPE: -- cgit v1.2.3