diff --git a/syntax_files/history.yaml b/syntax_files/history.yaml new file mode 100644 index 0000000..b8c99f0 --- /dev/null +++ b/syntax_files/history.yaml @@ -0,0 +1,10 @@ +filetype: history + +detect: + filename: "(\\.history)" + +rules: + - constant.number: "^\\s+\\d+\\s" +# export HISTTIMEFORMAT="%F %T: " to get the best highlighting + - preproc: "([0-9]{4}\\-[0-9]{2}\\-[0-9]{2}\\s[0-9]{2}:[0-9]{2}:[0-9]{2})" + - type: ":\\s.*$"