Skip to content

Commit d5cd335

Browse files
fix(gml) prefer match over begin with no end
1 parent 0c1f654 commit d5cd335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/gml.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ export default function(hljs) {
12571257
* for keywords such as `if (<condition>)`, so has lower priority in the mode `contains` list.
12581258
*/
12591259
const FUNCTION_CALL = {
1260-
begin: [
1260+
match: [
12611261
VALID_IDENTIFIER_RE,
12621262
/\s*?/,
12631263
/\(/

0 commit comments

Comments
 (0)