Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Benzie (Benie) <k.benzie83@gmail.com>2017-02-02 00:35:59 +0300
committerKenneth Benzie (Benie) <k.benzie83@gmail.com>2017-02-02 00:43:01 +0300
commitf980d8c6712b6d7d2e406b93a064e2ea40011ca0 (patch)
tree1172b05a6e24e903a413dda3d22a2bbf1ce853de /README.md
parentab03b879cab5d09147c257035145f0ad36c45064 (diff)
Add vim-spirv plugin description to the README
Fixes #359
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4322b603e..73c198a9b 100644
--- a/README.md
+++ b/README.md
@@ -325,6 +325,13 @@ This is experimental.
export LESSOPEN='| spirv-lesspipe.sh "%s" --no-color --raw-id'
```
+* [vim-spirv](https://github.com/kbenzie/vim-spirv) - A vim plugin which
+ supports automatic disassembly of `.spv` files using the `:edit` command and
+ assembly using the `:write` command. The plugin also provides additional
+ features which include; syntax highlighting; highlighting of all ID's matching
+ the ID under the cursor; and highlighting errors where the `Instruction`
+ operand of `OpExtInst` is used without an appropriate `OpExtInstImport`.
+
* `50spirv-tools.el` - Automatically disassembles '.spv' binary files when
loaded into the emacs text editor, and re-assembles them when saved,
provided any modifications to the file are valid. This functionality