mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Improved vim syntax highlighting documentation
This commit is contained in:
parent
436278cc8e
commit
0dced05ded
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ The rules are defined based on the [Cheatsheet syntax](cheatsheet_syntax.md).
|
|||
syntax match Comment "\v^;.*$"
|
||||
syntax match Statement "\v^\%.*$"
|
||||
syntax match Operator "\v^\#.*$"
|
||||
syntax match String "\v\<.*\>"
|
||||
syntax match String "\v\<.{-}\>"
|
||||
syntax match String "\v^\$.*$"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue