2
0
mirror of https://github.com/sharkdp/bat synced 2024-11-02 21:40:15 +00:00
bat/assets/syntaxes/MemInfo.sublime-syntax

15 lines
273 B
Plaintext
Raw Normal View History

%YAML 1.2
---
# http://www.sublimetext.com/docs/3/syntax.html
name: MemInfo
file_extensions:
- meminfo
scope: source.meminfo
contexts:
main:
- match: '^([^:]+)\w*:\w*(.*)$'
captures:
1: keyword.other.meminfo-key
2: string.other.meminfo-value