diff --git a/assets/syntaxes/CpuInfo.sublime-syntax b/assets/syntaxes/CpuInfo.sublime-syntax new file mode 100644 index 00000000..3acf606e --- /dev/null +++ b/assets/syntaxes/CpuInfo.sublime-syntax @@ -0,0 +1,14 @@ +%YAML 1.2 +--- +# http://www.sublimetext.com/docs/3/syntax.html +name: CpuInfo +file_extensions: + - cpuinfo +scope: source.cpuinfo + +contexts: + main: + - match: '^([^:]+)\w*:\w*(.*)$' + captures: + 1: keyword.other.cpuinfo-key + 2: string.other.cpuinfo-value