diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 01:01:29 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 01:01:29 +0900 |
| commit | 7e3707882d15bbadb63ae4149d36c10e1029ab60 (patch) | |
| tree | 7823bc3f01b56ac5ee45f9acf3d91c485c002cc4 /src/common/text/elements | |
| parent | Add keyword (diff) | |
| download | sharkey-7e3707882d15bbadb63ae4149d36c10e1029ab60.tar.gz sharkey-7e3707882d15bbadb63ae4149d36c10e1029ab60.tar.bz2 sharkey-7e3707882d15bbadb63ae4149d36c10e1029ab60.zip | |
Add keyword
Diffstat (limited to 'src/common/text/elements')
| -rw-r--r-- | src/common/text/elements/code.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/text/elements/code.js b/src/common/text/elements/code.js index 7fb653f751..6f3fc669f2 100644 --- a/src/common/text/elements/code.js +++ b/src/common/text/elements/code.js @@ -64,6 +64,7 @@ const keywords = [ 'from', 'using', 'use', + 'module', 'struct', 'new', 'this', |