Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Fixes for recent language-php package #420

Open acran opened 3 years ago

acran commented 3 years ago

Since the last update of this package in 2017 the https://github.com/atom/language-php package has undergone significant changes breaking the functionality of atom-autocomplete-php. This is mostly to a changed structure / naming of CSS selectors / syntax scopes.

This PR updates appropriately to make atom-autocomplete-php work with a recent language-php / atom version.