diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 02:16:40 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 02:16:40 +0900 |
| commit | ea258a73ee5b23a3406a94cbb96fe8a5f5fb62ba (patch) | |
| tree | 51ead094134edec6ce3f8a439343b76c3706c5cb /src/common/text | |
| parent | Fix bug (diff) | |
| download | sharkey-ea258a73ee5b23a3406a94cbb96fe8a5f5fb62ba.tar.gz sharkey-ea258a73ee5b23a3406a94cbb96fe8a5f5fb62ba.tar.bz2 sharkey-ea258a73ee5b23a3406a94cbb96fe8a5f5fb62ba.zip | |
Add keyword
Diffstat (limited to 'src/common/text')
| -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 c3a3e86dd0..35bb30e608 100644 --- a/src/common/text/elements/code.js +++ b/src/common/text/elements/code.js @@ -61,6 +61,7 @@ const _keywords = [ 'catch', 'finally', 'enum', + 'deledate', 'function', 'func', 'fun', |