1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Update VimL syntax

This commit is contained in:
sharkdp
2018-10-05 17:54:31 +02:00
committed by David Peter
parent a2676ccc55
commit e1345cdc2a
3 changed files with 2 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ contexts:
- match: \b(if|while|for|try|return|throw|end(if|for|while|try)?|au(g|group)|else(if|)?|do|in|catch|finally|:)\b
scope: keyword.control.viml
number_hex:
- match: "#[0-9a-f]{6}"
- match: "0x[0-9a-f]+"
scope: constant.numeric.hex
number_int:
- match: '-?\d+'