Skip to content

Commit

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

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

2 changes: 1 addition & 1 deletion src/mode-ls.ls
Expand Up @@ -59,7 +59,7 @@ LiveScriptMode.Rules =
|f(?:or(?:\s+own)?|inally|unction)
|s(?:uper|witch)
|e(?:lse|x(?:tends|port)|val)
|a(?:nd|rguments)
|a(?:nd|rguments|sync|wait)
|n(?:ew|ot)
|un(?:less|til)
|w(?:hile|ith)
Expand Down

0 comments on commit ecf2460

Please sign in to comment.