You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optional freq and passno fields are left empty.
vim highlights all of the option fields as errors even though they are correct. Curiously, adding a trailing space removes the error highlighting. Additionally, changing the number of spaces between the type field and options field also removes the error highlighting, but produces different (incorrect?) color highlighting of the options in the options field.
I tried to modify the syntax to accomodate my fstab, but I'm a novice with vim syntax dsl don't actually understand why the options field is matched as in error, nor why it is so sensitive to the amount of whitespace. What's going on here?
The text was updated successfully, but these errors were encountered:
My valid fstab is highlighted unusually by vim:
The optional freq and passno fields are left empty.
vim highlights all of the option fields as errors even though they are correct. Curiously, adding a trailing space removes the error highlighting. Additionally, changing the number of spaces between the type field and options field also removes the error highlighting, but produces different (incorrect?) color highlighting of the options in the options field.
I tried to modify the syntax to accomodate my fstab, but I'm a novice with vim syntax dsl don't actually understand why the options field is matched as in error, nor why it is so sensitive to the amount of whitespace. What's going on here?
The text was updated successfully, but these errors were encountered: