Generate spvasm.vim
authorDavid Neto <dneto@google.com>
Fri, 16 Dec 2016 20:32:56 +0000 (15:32 -0500)
committerDavid Neto <dneto@google.com>
Tue, 20 Dec 2016 16:36:41 +0000 (11:36 -0500)
commitf8cc397573bbd7bbcb488b9f107bdfa963ac7a4e
tree5bf7512115e7046b0f69f09df65b9d090174f940
parent68c5f0436f1d4f1f137e608780190865d0b193ca
Generate spvasm.vim

Generate a vim syntax file for SPIR-V assembly.
Copy the resulting spvasm.vim into your $HOME/.vim/syntax directory
to get syntax highlighting in Vim.

Also, suggest that the grammar file include information
about what opcodes can be used in OpSpecConstantOp.
CHANGES
README.md
source/CMakeLists.txt
utils/generate_vim_syntax.py [new file with mode: 0755]