{"id":19021666,"url":"https://github.com/zephir-lang/zephir-mode","last_synced_at":"2026-06-14T20:31:54.120Z","repository":{"id":71766657,"uuid":"172592132","full_name":"zephir-lang/zephir-mode","owner":"zephir-lang","description":"A GNU Emacs major mode for editing Zephir code","archived":false,"fork":false,"pushed_at":"2020-04-17T08:30:14.000Z","size":372,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T00:42:36.759Z","etag":null,"topics":["editor-plugin","emacs","emacs-mode","emacs-package","major-mode","zephir","zephir-language"],"latest_commit_sha":null,"homepage":"https://zephir-lang.com","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zephir-lang.png","metadata":{"files":{"readme":"README.org","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-25T22:01:03.000Z","updated_at":"2020-07-06T05:53:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"5dc31fa9-0c99-4d35-aeee-62f84069ce2f","html_url":"https://github.com/zephir-lang/zephir-mode","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephir-lang%2Fzephir-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephir-lang%2Fzephir-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephir-lang%2Fzephir-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephir-lang%2Fzephir-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zephir-lang","download_url":"https://codeload.github.com/zephir-lang/zephir-mode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240065904,"owners_count":19742587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor-plugin","emacs","emacs-mode","emacs-package","major-mode","zephir","zephir-language"],"created_at":"2024-11-08T20:22:59.182Z","updated_at":"2026-04-28T17:30:16.734Z","avatar_url":"https://github.com/zephir-lang.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Zephir Mode for GNU Emacs\n\n[[https://melpa.org/#/zephir-mode][https://melpa.org/packages/zephir-mode-badge.svg]]\n[[https://stable.melpa.org/#/zephir-mode][https://stable.melpa.org/packages/zephir-mode-badge.svg]]\n[[https://github.com/zephir-lang/zephir-mode/actions][https://github.com/zephir-lang/zephir-mode/workflows/build/badge.svg]]\n[[https://codecov.io/gh/zephir-lang/zephir-mode][https://codecov.io/gh/zephir-lang/zephir-mode/branch/master/graph/badge.svg]]\n[[https://www.gnu.org/licenses/gpl-3.0.txt][https://img.shields.io/badge/license-GPL_3-green.svg]]\n\nA [[https://www.gnu.org/software/emacs/][GNU Emacs]] major mode for editing [[https://zephir-lang.com/][Zephir]] code. Provides syntax highlighting,\nindentation, movement, navigation support and Imenu.\n\nZephir is a high level programming language that eases the creation and\nmaintainability of extensions for PHP. Zephir extensions are exported to C code\nthat can be compiled and optimized by major C compilers such as\ngcc/clang/vc++. Functionality is exposed to the PHP language.\n\n** Features\n\n- Basic syntax definition\n- Indentation of expressions and statements\n- Syntax highlighting\n- Movement\n- Imenu\n\n** Installation\n\nKnown to work with GNU Emacs 25.1 and later.  Zephir Mode may work with older\nversions of Emacs, or with other flavours of Emacs (e.g. XEmacs) but this is\n/not/ guaranteed.  Bug reports for problems related to using Zephir Mode with\nolder versions of Emacs will most like not be addressed.  To get this mode with\nsupport for GNU Emacs less than 25.1 use [[https://github.com/zephir-lang/zephir-mode/tags][previous releases]].\n\nThe master of all the material is the Git repository at\nhttps://github.com/zephir-lang/zephir-mode.\n\nNOTE: The ~master~ branch will always contain the latest unstable version.\nIf you wish to check older versions or formal, tagged release, please switch\nto the relevant [[https://github.com/zephir-lang/zephir-mode/tags][tag]].\n\nThe recommended way is to use, [[https://stable.melpa.org/][MELPA Stable]] or [[https://melpa.org/][MELPA]]. If either is in your\n=package-archives=, do:\n\n#+begin_src\nM-x package-install RET zephir-mode RET\n#+end_src\n\nTo learn on how to use any other installation methods refer to relevant\ndocumentation.\n\n** Usage\n\n*** Interactive Commands\n\n| Command (For the ~M-x~ prompt.) | Description                                           |\n|---------------------------------+-------------------------------------------------------|\n| ~zephir-mode~                   | Switches to Zephir Mode.                              |\n| ~zephir-mode-version~           | Display string describing the version of Zephir Mode. |\n\nTo see full list of Zephir related commands use command as follows:\n#+begin_src\nM-x apropos-command RET ^zephir- RET\n#+end_src\n\nBy default any file that matches the glob ~*.zep~ is automatically opened in\n~zephir-mode~.\n\n** Customization\n\nTo see and customize all Zephir related options, use command as follows:\n\n#+begin_src\nM-x customize-group RET zephir RET\n#+end_src\n\n** Support\n\nFeel free to ask question or make suggestions in our [[https://github.com/zephir-lang/zephir-mode/issues][issue tracker]].\n\n** Changes\n\nTo see what has changed in recent versions of Zephir Mode see [[https://github.com/zephir-lang/zephir-mode/blob/master/NEWS][NEWS file]].\n\n** License\n\nZephir Mode is open source software licensed under the\n[[https://github.com/zephir-lang/zephir-mode/blob/master/LICENSE][GNU General Public Licence version 3]].\nCopyright © 2017-2020 Free Software Foundation, Inc.\n\n*** Note On Copyright Years\n\nIn copyright notices where the copyright holder is the Free Software Foundation,\nInc, then where a range of years appears, this is an inclusive range that\napplies to every year in the range.  For example: 2005-2008 represents the years\n2005, 2006, 2007, and 2008.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephir-lang%2Fzephir-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzephir-lang%2Fzephir-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephir-lang%2Fzephir-mode/lists"}