badicsalex / peginator

PEG parser generator for creating ASTs in Rust
MIT License
34 stars 3 forks source link

Extension name? #14

Closed oovm closed 1 year ago

oovm commented 1 year ago

Can you open the discussion, I have some non-issue questions to ask.

I am going to write a highlighting and formatting plugin, and I need to bind a extension, what do you think is suitable?

badicsalex commented 1 year ago

I'm using .ebnf in all my projects, because the current syntax is inspired by that, and currently existing highlighters work good enough if you call the files ebnf.

BTW, this is the VIM syntax plugin I use: https://github.com/badicsalex/dotfiles/blob/master/nvim/syntax/ebnf.vim It is a forked version of Tatsu's syntax files: https://github.com/neogeny/TatSu/tree/master/etc

oovm commented 1 year ago

no no no, not label, i mean this thing

image

badicsalex commented 1 year ago

Oh, I see, sorry.

I enabled discussions :)