File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ syn region elixirTuple matchgroup=elixirTupleDelimiter start="\(\w\|#\)\@<!{" en
7171syn match elixirListDelimiter ' \[ ' contained containedin =elixirList
7272syn region elixirList matchgroup =elixirListDelimiter start =' \[ ' end =' \] ' contains =ALLBUT,@elixirNotTop fold
7373
74- syn match elixirStructDelimiter ' { ' contained containedin =elixirStruct
75- syn region elixirStruct matchgroup =elixirStructDelimiter start =" %\(\w\+ { \)\@ = " end =" }" contains =ALLBUT,@elixirNotTop fold
74+ syn match elixirStructDelimiter ' % ' contained containedin =elixirStruct
75+ syn region elixirStruct matchgroup =NONE start =" %\% ([A-Za-z.] \+\) { " end =" }" contains =ALLBUT,@elixirNotTop fold
7676
7777syn region elixirMap matchgroup =elixirMapDelimiter start =" %{" end =" }" contains =ALLBUT,@elixirNotTop fold
7878
You can’t perform that action at this time.
0 commit comments