-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: krsreenatha/php.tmbundle
base: master
head repository: textmate/php.tmbundle
compare: master
- 12 commits
- 11 files changed
- 2 contributors
Commits on Feb 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 96417a3 - Browse repository at this point
Copy the full SHA 96417a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b90ca2 - Browse repository at this point
Copy the full SHA 5b90ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4947d - Browse repository at this point
Copy the full SHA fd4947dView commit details
Commits on Apr 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1d91862 - Browse repository at this point
Copy the full SHA 1d91862View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded6a6b - Browse repository at this point
Copy the full SHA ded6a6bView commit details
Commits on Jul 16, 2017
-
Escape strings before passing through regex generator
This is needed due to `\` being used in some PHP identifiers.
Configuration menu - View commit details
-
Copy full SHA for 83298a0 - Browse repository at this point
Copy the full SHA 83298a0View commit details -
Update grammar, completions, etc. to PHP 7.1.7
This also fixes some escaping issues with the last generation pass mentioned in textmate#78.
Configuration menu - View commit details
-
Copy full SHA for 4c7ff9a - Browse repository at this point
Copy the full SHA 4c7ff9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b5c247 - Browse repository at this point
Copy the full SHA 4b5c247View commit details
Commits on Mar 27, 2018
-
This was tripping up the language grammar grammar causing the rest of the file to be mis-highlighted.
Configuration menu - View commit details
-
Copy full SHA for 23bd413 - Browse repository at this point
Copy the full SHA 23bd413View commit details -
Allow matching class-names at end of a string
This allows using the match inside of a capture.
Configuration menu - View commit details
-
Copy full SHA for d4a7aec - Browse repository at this point
Copy the full SHA d4a7aecView commit details -
Allow default values in type-hinted function parameters
Merges the various previous rules into a single rule allowing the same items in all cases. Some scoping has been updated to be in line with conventions. Fixes textmate#75 and textmate#81.
Configuration menu - View commit details
-
Copy full SHA for 706c680 - Browse repository at this point
Copy the full SHA 706c680View commit details -
Match return types in function declarations
Before these were passed back to the basic grammar, now match the valid items specifically.
Configuration menu - View commit details
-
Copy full SHA for 8f05764 - Browse repository at this point
Copy the full SHA 8f05764View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master