Browse Source

vim: add https://github.com/ahf/cocci-syntax via submodule

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 4 years ago
parent
commit
feb1afa78e
4 changed files with 6 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      3rd-party/cocci-syntax
  3. +1
    -0
      files/.vim/ftdetect/cocci.vim
  4. +1
    -0
      files/.vim/syntax/cocci.vim

+ 3
- 0
.gitmodules

@ -0,0 +1,3 @@
[submodule "3rd-party/cocci-syntax"]
path = 3rd-party/cocci-syntax
url = https://github.com/ahf/cocci-syntax

+ 1
- 0
3rd-party/cocci-syntax

@ -0,0 +1 @@
Subproject commit 6333746cabd3cf99cb2e44e34b67438266703724

+ 1
- 0
files/.vim/ftdetect/cocci.vim

@ -0,0 +1 @@
../../../3rd-party/cocci-syntax/ftdetect/cocci.vim

+ 1
- 0
files/.vim/syntax/cocci.vim

@ -0,0 +1 @@
../../../3rd-party/cocci-syntax/syntax/cocci.vim

Loading…
Cancel
Save