Skip to content

Commit

Permalink
chore: note why & is in iskeyword
Browse files Browse the repository at this point in the history
  • Loading branch information
mnacamura committed Feb 7, 2024
1 parent b95df49 commit a36db54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ftplugin/fennel.vim
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ set cpo&vim
setl iskeyword=@,33,35-38,42-43,45-58,60-63,94-95,124
" 32: SPACE
" 34: "
" NOTE: `&` (38) is not permitted in identifiers (Fennel 1.0.0).
" However, here we set `&` in iskeyword because there are a
" couple of reserved keywords containing `&` (e.g., `&until`).
" 39: '
" 40,41: ()
" 44: ,
Expand Down

0 comments on commit a36db54

Please sign in to comment.