Remove obsolete README files in tools/syntax

fixes #12302
This commit is contained in:
Michael Friedrich 2016-08-03 15:54:50 +02:00
parent 03b8514606
commit 88975a8e07
3 changed files with 0 additions and 34 deletions

View File

@ -1 +0,0 @@
Contains various syntax highlighting scripts for vim, nano, etc.

View File

@ -1,18 +0,0 @@
Icinga 2 Configuration Nano Syntax Highlighting
===============================================
$ cp /etc/nanorc ~/.nanorc
# mkdir -p /etc/nano
# cp icinga2.nanorc /etc/nano/
Then include the icinga2.nanorc file in your ~/.nanorc by adding the following line:
$ vim ~/.nanorc
## Icinga 2
include "/etc/nano/icinga2.nanorc"
Now test it :-)
$ nano /etc/icinga2/conf.d/templates.conf

View File

@ -1,15 +0,0 @@
Icinga 2 Configuration Vim Syntax Highlighting
==============================================
$ PREFIX=~/.vim
$ mkdir -p $PREFIX/{syntax,ftdetect}
$ cp syntax/icinga2.vim $PREFIX/syntax/
$ cp ftdetect/icinga2.vim $PREFIX/ftdetect/
Modify 'ftdetect/icinga2.vim' if your configuration isn't located in
'/etc/icinga2'.
Now test it :-)
$ vim /etc/icinga2/conf.d/templates.conf