We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c5bca commit ab4fddfCopy full SHA for ab4fddf
README.org
@@ -23,6 +23,13 @@ Add ob-phpstan.el to your load-path and require.
23
#+end_src
24
25
** Configure
26
+
27
+add phpstan-mode:
28
+#+begin_src emacs-lisp
29
+ (define-derived-mode phpstan-mode php-mode "phpstan")
30
+#+end_src
31
32
+add org-src-lang-modes:
33
#+begin_src emacs-lisp
34
(eval-after-load "org" '(add-to-list 'org-src-lang-modes '("phpstan" . phpstan)))
35
0 commit comments