Skip to content

Instantly share code, notes, and snippets.

@philopon
Last active December 22, 2015 23:39
Show Gist options
  • Save philopon/6548443 to your computer and use it in GitHub Desktop.
Save philopon/6548443 to your computer and use it in GitHub Desktop.
web-mode.elがdefaultをキーワードとして食うので回避。 defalut.*をキーワードとして使う言語 is 何 なので、他に影響があるかわからぬ
--- web-mode.el.orig 2013-09-13 18:15:30.000000000 +0900
+++ web-mode.el 2013-09-13 18:22:28.000000000 +0900
@@ -4017,7 +4017,7 @@
(queues (make-hash-table :test 'equal))
(opened-blocks 0)
(col-num 0)
- (regexp "[\]\[}{)(]\\|\\(break\\|case\\|default\\)")
+ (regexp "[\]\[}{)(]\\|\\(break\\|case\\|default[ \t\n\r]\\)")
(num-opened 0)
close-char n queue arg-inline arg-inline-checked char lines)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment