Skip to content
Snippets Groups Projects
Commit edbaf48f authored by Liu Miao's avatar Liu Miao
Browse files

add file binding to bison-mode

parent eadfd061
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,10 @@ ...@@ -15,7 +15,10 @@
(add-to-list 'company-backends 'company-c-headers)) (add-to-list 'company-backends 'company-c-headers))
(use-package bison-mode (use-package bison-mode
:ensure t) :ensure t
:mode (("\\.lex\\'" . flex-mode)
("\\.y\\'" . bison-mode)
("\\.grm\\'" . bison-mode)))
(provide 'prog-c-cpp) (provide 'prog-c-cpp)
;;; prog-c-cpp.el ends here ;;; prog-c-cpp.el ends here
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment