Skip to content

Commit

Permalink
Merge pull request #13 from pedro-w/patch-1
Browse files Browse the repository at this point in the history
List the inlining adjectives explicitly
  • Loading branch information
pedro-w authored Apr 6, 2021
2 parents 40a0c83 + 911744e commit f62cd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/dylan.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"name": "entity.name.function.dylan"
}
},
"match": "^(define)\\s+((?:(?:sealed|open|sideways|dynamic|compiler-sideways|compiler-open|inline[-a-z]*)\\s+)+)?(?:(domain)|(method|function|generic)\\s+)([\\\\_A-Za-z0-9/!?*%$\\-\\<\\>=]*)",
"match": "^(define)\\s+((?:(?:sealed|open|sideways|dynamic|compiler-sideways|compiler-open|default-inline|inline-only|inline|may-inline|not-inline)\\s+)+)?(?:(domain)|(method|function|generic)\\s+)([\\\\_A-Za-z0-9/!?*%$\\-\\<\\>=]*)",
"name": "meta.function.dylan"
},
{
Expand Down

0 comments on commit f62cd07

Please sign in to comment.