mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
Function calls not highlighted in JS
tmTheme files use `meta.function-call` to highlight function calls.
This commit is contained in:
@@ -639,7 +639,7 @@
|
||||
<key>match</key>
|
||||
<string>(?<!\w)([\p{L}\p{Nl}$_][\p{L}\p{Nl}$\p{Mn}\p{Mc}\p{Nd}\p{Pc}\x{200C}\x{200D}]*)(?=\()</string>
|
||||
<key>name</key>
|
||||
<string>meta.function.js</string>
|
||||
<string>meta.function-call.js</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>repository</key>
|
||||
|
||||
Reference in New Issue
Block a user