Merge remote-tracking branch 'alyssais/patch-1'
This commit is contained in:
commit
3fe93db610
|
@ -22,7 +22,7 @@ add-highlighter shared/ regions -default code -match-capture ruby \
|
||||||
literal '%[iqrswxIQRSWX]\{' \} \{ \
|
literal '%[iqrswxIQRSWX]\{' \} \{ \
|
||||||
literal '%[iqrswxIQRSWX]\[' \] \[ \
|
literal '%[iqrswxIQRSWX]\[' \] \[ \
|
||||||
literal '%[iqrswxIQRSWX]<' > < \
|
literal '%[iqrswxIQRSWX]<' > < \
|
||||||
heredoc '<<-?(\w+)' '^\h*(\w+)$' '' \
|
heredoc '<<[-~]?(\w+)' '^\h*(\w+)$' '' \
|
||||||
division '[\w\)\]](/|(\h+/\h+))' '\w' '' # Help Kakoune to better detect /…/ literals
|
division '[\w\)\]](/|(\h+/\h+))' '\w' '' # Help Kakoune to better detect /…/ literals
|
||||||
|
|
||||||
# Regular expression flags are: i → ignore case, m → multi-lines, o → only interpolate #{} blocks once, x → extended mode (ignore white spaces)
|
# Regular expression flags are: i → ignore case, m → multi-lines, o → only interpolate #{} blocks once, x → extended mode (ignore white spaces)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user