diff options
author | Dan Reif <35710107+CH-DanReif@users.noreply.github.com> | 2018-06-05 14:18:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 14:18:09 -0700 |
commit | d362dca9b3373c2ddc8526eaa80b02bfaa274c7d (patch) | |
tree | 3016d45f4f2714937790a989be8adda3fe942ae3 /syntax/carp.vim | |
parent | a26134de3c09f9725667e14e7073a701bcff4e19 (diff) | |
parent | 1f34e0adcfb54b45760d7570d4c270a939daa03b (diff) | |
download | vim-polyglot-d362dca9b3373c2ddc8526eaa80b02bfaa274c7d.tar.gz vim-polyglot-d362dca9b3373c2ddc8526eaa80b02bfaa274c7d.zip |
Merge pull request #315 from sheerun/periodic_rebuild_20180605
Update (periodic rebuild)
Diffstat (limited to 'syntax/carp.vim')
-rw-r--r-- | syntax/carp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/carp.vim b/syntax/carp.vim index 9896f734..a3a86ad9 100644 --- a/syntax/carp.vim +++ b/syntax/carp.vim @@ -34,7 +34,7 @@ syn keyword carpFunc Int Float Double Bool String Char Array Fn Ref Long λ syn keyword carpFunc Pattern syn keyword carpFunc not or and + - * / = /= >= <= > < inc dec syn keyword carpFunc println print get-line from-string mod random -syn keyword carpFunc random-between str mask delete append count duplicate +syn keyword carpFunc random-between str mask delete append length duplicate syn keyword carpFunc cstr chars from-chars to-int from-int sin cos sqrt acos syn keyword carpFunc atan2 exit time seed-random for cond floor abs sort-with syn keyword carpFunc subarray prefix-array suffix-array reverse sum min max |