branch: externals/phps-mode
commit ce5e28e9c808626cc692d48f5fe7deb7fbd2265e
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Added generated grammar in output of automation
---
admin/phps-mode-automation.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/admin/phps-mode-automation.el b/admin/phps-mode-automation.el
index 246e80b..a494209 100644
--- a/admin/phps-mode-automation.el
+++ b/admin/phps-mode-automation.el
@@ -41,7 +41,7 @@
(grammar (phps-mode-automation-parser-generator--grammar))
(context-sensitive-attributes
phps-mode-automation-parser-generator--context-sensitive-attributes))
- ;; TODO Verify that grammar contains context-sensitive attributes
+ (message "Generated Grammar:\n%S" grammar)
;; Prepare export
(when (fboundp 'parser-generator-set-grammar)