initial push

This commit is contained in:
2026-02-20 07:27:32 +01:00
parent a05ef7c5d1
commit 4f406ae891
2 changed files with 50 additions and 1 deletions

View File

@@ -1,2 +1,6 @@
# viper.nvim
Simple highlighting tool for the verification language viper.
viper.nvim is a simple plugin that adds basic highlighting capabilities to NeoVim for the
verification language [Viper](https://github.com/viperproject).
Currently it uses simple parsing and word matching for this and does not use any tree structures.