Color fstab dump and pass fields correctly (#2246)

Was missing the number 2 as a valid option in those fields.
This commit is contained in:
yuvalmo
2022-07-23 03:37:18 +03:00
committed by David Peter
parent 4583826a5b
commit c4d9d7561b
4 changed files with 9 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ contexts:
fstab_dump:
- include: comment
- match: '\s*[01]\s*'
- match: '\s*[012]\s*'
comment: dump field
scope: constant.numeric
set: fstab_pass
@@ -107,7 +107,7 @@ contexts:
fstab_pass:
- include: comment
- match: '\s*[01]\s*'
- match: '\s*[012]\s*'
comment: pass field
scope: constant.numeric
set: expected_eol