diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 01:29:13 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 01:29:13 +0900 |
| commit | 65e95cc8dfb2826aeb3dd94b406219280cf141a9 (patch) | |
| tree | a4978062c117208fe24adcea7f77aea44cf1a907 /src | |
| parent | Fix bug (diff) | |
| download | sharkey-65e95cc8dfb2826aeb3dd94b406219280cf141a9.tar.gz sharkey-65e95cc8dfb2826aeb3dd94b406219280cf141a9.tar.bz2 sharkey-65e95cc8dfb2826aeb3dd94b406219280cf141a9.zip | |
Add keywoprd
Diffstat (limited to 'src')
| -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 772d3ed2e7..4c074492f6 100644 --- a/src/common/text/elements/code.js +++ b/src/common/text/elements/code.js @@ -71,6 +71,7 @@ const keywords = [ 'import', 'export', 'from', + 'as', 'using', 'use', 'module', |