Skip to content

Commit

Permalink
fix: catch up Fennel 0.10.0
Browse files Browse the repository at this point in the history
- Remove highlight for `pick-args`
  • Loading branch information
mnacamura committed Feb 6, 2024
1 parent fa77cad commit 2d91a6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- `\u{..}` is supported by Lua>=5.3, highlighted as error otherwise.
- Support `accumulate` macro.

### Fixed

- Remove highlight for `pick-args` since it has been deprecated (Fennel 0.10.0)

## [0.2][v0.2] (2021-06-20)

### Added
Expand Down
2 changes: 1 addition & 1 deletion syntax/fennel.vim
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ syn keyword fennelSpecialForm while ~= λ
syn keyword fennelSpecialForm list sym list? sym? table? sequence? gensym varg? multi-sym? view assert-compile
syn keyword fennelSpecialForm in-scope? macroexpand
" 0.4.0
syn keyword fennelSpecialForm import-macros rshift lshift bor band bnot and bxor pick-values pick-args
syn keyword fennelSpecialForm import-macros rshift lshift bor band bnot and bxor pick-values
" 0.4.2
syn keyword fennelSpecialForm with-open
" 0.8.0
Expand Down

0 comments on commit 2d91a6b

Please sign in to comment.