From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Christian Johansson Newsgroups: gmane.emacs.devel Subject: [ELPA] New package: phps-mode Date: Fri, 12 Jul 2019 19:15:32 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="187717"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 12 19:17:00 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hlzAK-000mcs-3H for ged-emacs-devel@m.gmane.org; Fri, 12 Jul 2019 19:17:00 +0200 Original-Received: from localhost ([::1]:51360 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlzAI-0004Lu-JV for ged-emacs-devel@m.gmane.org; Fri, 12 Jul 2019 13:16:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34318) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlzAG-0004LZ-7K for emacs-devel@gnu.org; Fri, 12 Jul 2019 13:16:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlzAF-0003fH-4M for emacs-devel@gnu.org; Fri, 12 Jul 2019 13:16:56 -0400 Original-Received: from cvj.se ([31.192.230.63]:37752) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hlzAE-0003QJ-F3 for emacs-devel@gnu.org; Fri, 12 Jul 2019 13:16:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cvj.se; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID:To:Subject:From; bh=7tDiv67mlzVxE2D7wg7BbK0+df28RW8XrFjjvd1+ADI=; b=xbYEhADQIWGcv2NP5aVkanfYfG9ZmgSfZbDzr6rTX4FtSTehzWozd4jl2opo5TkgZGis+BGub9rTZCNfc7YzX2pSlUt2OdqBo9XK3IISrbD4vpIpWFyTidRYqwWVU9yaxeS47RmL3LDroAMEbloy+3GvakI80zLbu+aZZ7gIQDU=; Original-Received: from 90-224-24-177-no112.tbcn.telia.com ([90.224.24.177] helo=Christians-MacBook-Air.local) by cvj.se with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1hlz90-0007q6-MT for emacs-devel@gnu.org; Fri, 12 Jul 2019 19:15:39 +0200 Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 31.192.230.63 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:238528 Archived-At: Hi! My name is Christian Johansson, I have done the FSF paperwork and want to get my package phps-mode into ELPA for GNU Emacs, I have a repo here: https://github.com/cjohansson/emacs-phps-mode Package summary: The phps-mode plug-in for Emacs provides a new major-mode for PHP that is not based on CC-mode. It has a built-in semantic lexer that should be equivalent to the original PHP re2c lexer, supports PSR-1 and PSR-2 coding styles and uses lexer tokens for syntax coloring, imenu and indentation. In the future the goals are to provide a semantic parser, eldoc, html/css/javascript indentation for inlines areas Regards Christian