Skip to content

Commit

Permalink
fennel filetype now highlights accumulate keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
eko234 authored Feb 22, 2022
1 parent 30c05e8 commit d6392e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/filetype/fennel.kak
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ evaluate-commands %sh{
# Grammar
keywords="require-macros eval-compiler doc lua hashfn macro macros import-macros pick-args pick-values macroexpand macrodebug
do values if when each for fn lambda λ partial while set global var local let tset set-forcibly! doto match or and
not not= collect icollect rshift lshift bor band bnot bxor with-open"
not not= collect icollect accumulate rshift lshift bor band bnot bxor with-open"
re_keywords='\\$ \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9 \\$\\.\\.\\.'
builtins="_G _VERSION arg assert bit32 collectgarbage coroutine debug
dofile error getfenv getmetatable io ipairs length load
Expand Down

0 comments on commit d6392e3

Please sign in to comment.