From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF84F1381F3 for ; Tue, 6 Nov 2012 21:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7933921C02A; Tue, 6 Nov 2012 21:20:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EF92321C031 for ; Tue, 6 Nov 2012 21:20:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41CDD33D989 for ; Tue, 6 Nov 2012 21:20:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D34C6E5442 for ; Tue, 6 Nov 2012 21:20:52 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1352236846.04a6d3830a0a6db301d4a5b911275768d73b11b7.idl0r@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: syntax/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: syntax/gentoo-init-d.vim X-VCS-Directories: syntax/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 04a6d3830a0a6db301d4a5b911275768d73b11b7 X-VCS-Branch: master Date: Tue, 6 Nov 2012 21:20:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7a4b3a4-9fbb-48bc-91c8-723b24fac733 X-Archives-Hash: db501918b76688d12f8b49b988bd3b30 commit: 04a6d3830a0a6db301d4a5b911275768d73b11b7 Author: Christian Ruppert gentoo org> AuthorDate: Tue Nov 6 21:20:46 2012 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Tue Nov 6 21:20:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=04a6d383 Some more OpenRC / init.d keywords --- syntax/gentoo-init-d.vim | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/syntax/gentoo-init-d.vim b/syntax/gentoo-init-d.vim index 80e908e..33bcd33 100644 --- a/syntax/gentoo-init-d.vim +++ b/syntax/gentoo-init-d.vim @@ -43,7 +43,10 @@ syn keyword GentooInitDKeyword mark_service_wasinactive checkpath yesno syn keyword GentooInitSpecialVariables extra_commands extra_started_commands syn keyword GentooInitSpecialVariables extra_stopped_commands description command syn keyword GentooInitSpecialVariables command_args command_background pidfile name -syn keyword GentooInitSpecialVariables start_stop_daemon_args retry +syn keyword GentooInitSpecialVariables start_stop_daemon_args retry required_dirs +syn keyword GentooInitSpecialVariables required_files +syn keyword GentooInitSpecialVariables RC_SVCNAME RC_RUNLEVEL RC_REBOOT RC_BOOTLEVEL +syn keyword GentooInitSpecialVariables RC_DEFAULTLEVEL RC_SYS RC_PREFIX RC_UNAME RC_CMD syn keyword GentooInitDeprecated opts syn keyword GentooInitDFunc describe start_pre start start_post stop_pre stop stop_post