We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6657c7 commit 85a2efdCopy full SHA for 85a2efd
syntaxes/fjsx15/function-call.sublime-syntax
@@ -39,37 +39,36 @@ variables:
39
40
contexts:
41
main:
42
- # Simple function call.
+ # Generic function call.
43
- match: |
44
(?xi)
45
(?=
46
(?:\#\s*)?
47
{{commonIdentifier}}
48
- (?:\s*{{comment}})?
+ \s*{{genericArguments}}
49
\s*(\?\.)?
50
\s*\(
51
)
52
set: [
53
meta,
54
arguments,
55
+ generic-arguments,
56
identifier,
57
optional-modifier
58
]
- # Generic function call.
59
+ # Simple function call.
60
61
62
63
64
65
(?:\s*{{comment}})?
- \s*{{genericArguments}}
66
67
68
69
70
71
72
- generic-arguments,
73
74
75
0 commit comments