minor style fix
This commit is contained in:
parent
1356e9cb6b
commit
bbc1e1f5c2
|
@ -22,10 +22,10 @@ addhl -group / multi_region -default code ruby \
|
|||
regex '/' (?<!\\)(\\\\)*/[imox]* '' \
|
||||
comment '#' '$' '' \
|
||||
comment ^begin= ^=end '' \
|
||||
literal '%[iqrswxIQRSWX]\Q(' '\Q)' '\Q(' \
|
||||
literal '%[iqrswxIQRSWX]\Q{' '\Q}' '\Q{' \
|
||||
literal '%[iqrswxIQRSWX]\Q[' '\Q]' '\Q[' \
|
||||
literal '%[iqrswxIQRSWX]\Q<' '\Q>' '\Q<'
|
||||
literal '%[iqrswxIQRSWX]\(' \) \( \
|
||||
literal '%[iqrswxIQRSWX]\{' \} \{ \
|
||||
literal '%[iqrswxIQRSWX]\[' \] \[ \
|
||||
literal '%[iqrswxIQRSWX]<' > <
|
||||
|
||||
# Regular expression flags are: i → ignore case, m → multi-lines, o → only interpolate #{} blocks once, x → extended mode (ignore white spaces)
|
||||
# Literals are: i → array of symbols, q → string, r → regular expression, s → symbol, w → array of words, x → capture shell result
|
||||
|
|
Loading…
Reference in New Issue
Block a user