diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 00:59:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 00:59:26 +0900 |
| commit | d242f324e3e4246fcc45f7caca1382f1df0df682 (patch) | |
| tree | 559f46378ac0d0a6b6bb3d109d4970e820751974 /src/common | |
| parent | Add keyword (diff) | |
| download | sharkey-d242f324e3e4246fcc45f7caca1382f1df0df682.tar.gz sharkey-d242f324e3e4246fcc45f7caca1382f1df0df682.tar.bz2 sharkey-d242f324e3e4246fcc45f7caca1382f1df0df682.zip | |
Add keyword
Diffstat (limited to 'src/common')
| -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 ffe1e44cf5..31cc469667 100644 --- a/src/common/text/elements/code.js +++ b/src/common/text/elements/code.js @@ -62,6 +62,7 @@ const keywords = [ 'import', 'export', 'using', + 'use', 'struct', 'new', 'this', |