m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-16 10:30:21 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-16 10:30:21 +0200
commit4d3b618889fcec52f6af83fda072c94dd16cedc4 (patch)
treed5259054f0f44da11687f72ae918b8e063c0c758
parentca4f431db0368a8fb850dc48e1ade216d6928418 (diff)
Add readme
-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.