Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use softtabstop instead of redefining tabstop. | Dan Gohman | 2009-01-04 | 1 | -1/+1 | |
| | | | | llvm-svn: 61618 | |||||
* | Switch the vimrc file from smartindent to cindent, which is | Dan Gohman | 2009-01-04 | 1 | -2/+3 | |
| | | | | | | | | smarter about C-ish syntax, and supports the cinoptions variable. Set cinoptions to suppress the extra indentation for switch case labels. llvm-svn: 61617 | |||||
* | vimrc | Misha Brukman | 2009-01-02 | 3 | -7/+20 | |
| | | | | | | | | | | | | * Fixed cursors in terminal by setting nocompatible (sorry, vi users) * Enable syntax highlighting so that this file can stand on its own * Highlight trailing whitespace * Fixed commands to delete trailing whitespaces and convert tabs to spaces llvm.vim and tablegen.vim * Removed trailing whitespace, as it's now very visible llvm-svn: 61582 | |||||
* | Added support for: | Bill Wendling | 2008-04-27 | 1 | -7/+20 | |
| | | | | | | | | | | | | - defm and multiclass - imbricatable multiline C style comment - FIXME/TODO highlight in comment - binary and hexadecimal number - code using [{ }] is no highlighted as special (perhaps not the best choice) Patch by Cedric Venet! llvm-svn: 50319 | |||||
* | Update this file for 2.0 syntax. | Dan Gohman | 2008-01-29 | 1 | -9/+17 | |
| | | | | llvm-svn: 46512 | |||||
* | Remove blank line at end of file, removing test user "foo" from CVS history. | Reid Spencer | 2006-08-11 | 1 | -1/+0 | |
| | | | | llvm-svn: 29623 | |||||
* | Convert llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 2 | -2/+2 | |
| | | | | llvm-svn: 26748 | |||||
* | add support for fastcc and friends | Chris Lattner | 2005-05-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 21979 | |||||
* | * Fix wording of the warning | Misha Brukman | 2005-05-12 | 1 | -2/+8 | |
| | | | | | | * Add autoindent, smartindent, and smarttab options to the file llvm-svn: 21905 | |||||
* | Hilight tail | Chris Lattner | 2005-05-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 21726 | |||||
* | .vimrc file to aid in LLVM coding standards conformance | Misha Brukman | 2005-04-24 | 1 | -0/+34 | |
| | | | | llvm-svn: 21496 | |||||
* | Test commit | Test Commit | 2004-12-09 | 1 | -0/+1 | |
| | | | | llvm-svn: 18687 | |||||
* | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 1 | -2/+2 | |
| | | | | llvm-svn: 17059 | |||||
* | Add `deplibs' keyword for specifying a list of dependent libraries | Misha Brukman | 2004-09-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 16557 | |||||
* | Add hint about syntax-highlighting non-standardly-named LLVM Makefiles. | Misha Brukman | 2004-05-19 | 1 | -0/+9 | |
| | | | | llvm-svn: 13606 | |||||
* | Added `zeroinitializer' keyword. | Misha Brukman | 2004-04-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 13253 | |||||
* | Teach vim about the select instruction. Allow it to forget about the long-dead | Chris Lattner | 2004-03-12 | 1 | -2/+2 | |
| | | | | | | not instruction. llvm-svn: 12327 | |||||
* | Make sure to syntax hilight the 'unwind' keyword! | Chris Lattner | 2003-10-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 9524 | |||||
* | Syntax highlight the new operators | Chris Lattner | 2003-10-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 9328 | |||||
* | Add support for the weak linkage specifier | Chris Lattner | 2003-10-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 9000 | |||||
* | syntax highlightify | Chris Lattner | 2003-09-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 8397 | |||||
* | Added keyword `include', and a FIXME for hex and binary constants. | Misha Brukman | 2003-08-11 | 1 | -1/+2 | |
| | | | | llvm-svn: 7740 | |||||
* | tablegen.vim: | Misha Brukman | 2003-08-11 | 2 | -4/+9 | |
| | | | | | | | | | | | * Added keyword `field' * Keywords get different highlighting than types * Added a simple attempt at multi-line C-style comments with FIXME README: * Added note about symlinking an entire directory ~/.vim/syntax llvm-svn: 7733 | |||||
* | Add .llx | Chris Lattner | 2003-08-11 | 1 | -0/+1 | |
| | | | | llvm-svn: 7732 | |||||
* | Added a TableGen syntax highlighting mode for VIM and a README that describes | Misha Brukman | 2003-08-11 | 2 | -0/+68 | |
| | | | | | | how to add the functionality to the user's VIM installation. llvm-svn: 7731 | |||||
* | * Added the `to' keyword, as in `cast <type> <data> to <type>'. | Misha Brukman | 2003-06-03 | 1 | -8/+8 | |
| | | | | | | | * Gave the file a maintainer. * Cleaned up the layout somewhat. llvm-svn: 6556 | |||||
* | Add support for new va_arg instruction | Chris Lattner | 2003-05-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 6026 | |||||
* | Update to add new keywords | Chris Lattner | 2003-04-22 | 1 | -3/+4 | |
| | | | | llvm-svn: 5846 | |||||
* | Add new linkage keywords. Spell uninitialized correctly | Chris Lattner | 2003-04-16 | 1 | -1/+2 | |
| | | | | llvm-svn: 5784 | |||||
* | LLVM syntax highlighting for VIM. | Nick Hildenbrandt | 2002-10-07 | 1 | -0/+59 | |
llvm-svn: 4067 |