Skip to content

v1.20.0

Compare
Choose a tag to compare
@zonuexe zonuexe released this 09 Jan 12:47
· 708 commits to master since this release
a459051

Start preparing for major refactoring in major mode.

Added

  • Add php-project variables for workflow (#488)
    • The following variables are reserved as file/directory local variables.
      • php-project-repl
      • php-project-unit-test
      • php-project-deploy
      • php-project-build
      • php-project-server-start

Changed

  • Improve code highlight
    • Fix highlighting of callable keyword (#471 by @fabacino)
    • Highlight the ? character for nullable type hints and return types (#482 by @fabacino)
  • Modify "customize group" and variables
    • Add php-mode group and some variables belong to new group (#486)
      • php-default-facephp-mode-default-face
      • php-speedbar-configphp-mode-speedbar-config
      • php-template-compatibilityphp-mode-template-compatibility
      • php-lineup-cascaded-callsphp-mode-lineup-cascaded-calls
      • php-extra-constantsphp-mode-extra-constants
      • php-do-not-use-semantic-imenuphp-mode-do-not-use-semantic-imenu
  • Modify documents and copyright
  • Some refactors
    • Fix style and suppress warning in compile #485