bb065aa900
In the process implement TopType to express undefined values and transient types after they no longer are valid, as well as checks to make sure that transtioning callables are transitively marked to express if they or their call chain modify transient types. Bug: v8:7793 Change-Id: Idb237e878d3a511a4f460b6510ffd4876593951d Reviewed-on: https://chromium-review.googlesource.com/c/1297963 Commit-Queue: Daniel Clifford <danno@chromium.org> Reviewed-by: Tobias Tebbi <tebbi@chromium.org> Cr-Commit-Position: refs/heads/master@{#57052} |
||
---|---|---|
.. | ||
ftdetect | ||
syntax | ||
README.md |
V8 Torque syntax support for vim
This plugin adds syntax highlighting support for the V8 Torque domain-specific language.
Installation
Installation depends on your favorite plugin manager.
Pathogen:
Run
ln -s $V8/tools/torque/vim-torque ~/.vim/bundle/vim-torque
# or ~/.config/nvim/bundle/vim-torque for Neovim
Vundle:
Add this line to your .vimrc
or ~/.config/nvim/init.vim
.
Plugin 'file:///path/to/v8/tools/torque/vim-torque'
vim-plug:
Add this line to your .vimrc
or ~/.config/nvim/init.vim
.
Plug '~/path/to/v8/tools/torque/vim-torque'