summaryrefslogtreecommitdiff
path: root/.config/nvim/after/ftplugin/ebnf.lua
blob: b1bb817a4d8941c250b61b32b525f587063ef489 (plain) (blame)
1
2
require('Comment.ft').ebnf = { '(*%s*)', '(*%s*)' }
vim.bo.commentstring = '(*%s*)'