Update VimL syntax

pull/333/head
sharkdp 6 years ago committed by David Peter
parent a2676ccc55
commit e1345cdc2a

@ -28,6 +28,5 @@ themes (`bat cache --clear`).
The following files have been manually modified after converting from a `.tmLanguage` file:
* `VimL.sublime-syntax` => added `.vimrc` file type.
* `Dart.sublime-syntax` => removed `#regex.dart` include.
* `INI.sublime-syntax` => added `.hgrc` and `hgrc` file types.

@ -1 +1 @@
Subproject commit b453aff6f783769b6b895986da605a2db0db7379
Subproject commit ed40c3bc814cd0c8107dbbb8fcd95946b33217f0

@ -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+'

Loading…
Cancel
Save