mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim/ruler: allow ambiguous second syntax
This commit is contained in:
parent
8137ac9b28
commit
d2e9236b30
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ endif
|
|||
|
||||
syn match rulerLineComment "--.*$"
|
||||
syn match rulerTripleDot "\.\.\."
|
||||
syn match rulerDate "\d\d\d\d\D\d\d\D\d\d \d\d\D\d\d\D\d\d"
|
||||
syn match rulerDate "\d\d\d\d\D\d\d\D\d\d \d\d\D\d\d\D\(\d\d\|__\)"
|
||||
syn match rulerTag "\s\+[a-zA-Z]\+:[^\n]*"
|
||||
|
||||
syn region rulerBlockComment start="{-" end="-}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue