Commit test inputs

This commit is contained in:
Jesse Portnoy
2023-07-17 23:07:25 +01:00
parent 61be1084fb
commit 7bc99257be
8 changed files with 244 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
filetype: diff
detect:
filename: "\\.diff$"
header: "^((---.*)|(\\+\\+\\+.*))"
rules:
- statement: "(^\\+\\+\\+.*)"
- statement: "(^---.*)"
- type: "(^@@.*)"
- constant.number: "(^\\+.*)"
- preproc: "(^-.*)"