Function calls not highlighted in JS

tmTheme files use `meta.function-call` to highlight function calls.
This commit is contained in:
Jake Lee Kennedy 2015-11-21 12:10:24 +00:00
parent fa614d82f0
commit 15ffb3dd2b

View file

@ -639,7 +639,7 @@
<key>match</key>
<string>(?&lt;!\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>