6

I try to find the Extended BNF (EBNF) nice syntax highlighting. Can't find it through the Google. Anybody know the link?

Thank you.

Andrey Bushman
  • 11,712
  • 17
  • 87
  • 182
  • What editor are you using? What's the problem you faced? A little googling reveals: [vim](http://www.vim.org/scripts/script.php?script_id=545) [ebnf-textmate-bundle](https://github.com/arne-schroppe/ebnf-textmate-bundle/) (which can be used in Sublime Text) – leesei Apr 14 '15 at 05:06
  • I tried Notedpad++, you can create user defined language with your custom highlighting. Once I finish it I might put it somewhere for download. – Vlad Mar 17 '16 at 16:32
  • There is also dead simple BNF Mode for Emacs: https://github.com/sergeyklay/bnf-mode – serghei Mar 16 '19 at 11:26

1 Answers1

1

It is still work in progress but it does job partly.

EBNF-Notepad++ highlighter

Check this github page i created: EBNF

Vlad
  • 2,739
  • 7
  • 49
  • 100