Skip to content

Commit

Permalink
update lang-ls for async/await
Browse files Browse the repository at this point in the history
  • Loading branch information
rhendric committed Aug 14, 2018
1 parent 367c6da commit 9db23f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/lang-ls.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/lang-ls.ls
Expand Up @@ -41,14 +41,15 @@ tint \ls [
| un(?:less|til)
| w(?:hile|ith|hen)
| s(?:witch|uper)
| o[frn] | off | return | break | and | let | var | loop | yes | yield
| a(?:nd|wait)
| o[frn] | off | return | break | let | var | loop | yes | yield
) #kwend //]
[\typ // ^ (?: true | false | null | void ) #kwend //]
[\ctx // ^ (?
: t(?:h(?:is|at)|o|il)
| f(?:rom|allthrough)
| e(?:val)?
| it | arguments | by | constructor | prototype | superclass
| it | arguments | by | constructor | prototype | superclass | async
) #kwend //]
[\glb // ^ (?
: Array | Boolean | Date | Error | Function | JSON | Math | Number
Expand Down

0 comments on commit 9db23f2

Please sign in to comment.