m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..72b0e46
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# Vim syntax highlighting for Certora
+
+`syntax.vim` provides Vim syntax highlighting directives for Certora prover's
+specification language. Put it in your `~/.vim/syntax/` directory, and add a
+`~/.vim/ftdetect/certora.vim` file with
+
+ autocmd BufNewFile,BufRead *.spec set filetype=certora
+
+for autodetection of the spec filetype.