Rename MD_TokenKind_NonASCII to MD_TokenKind_BadCharacter.

This commit is contained in:
Miguel Lechon
2021-03-16 09:46:53 +01:00
parent eb0cf0c9bf
commit d5ab0e88df
2 changed files with 12 additions and 6 deletions
+2 -3
View File
@@ -452,9 +452,8 @@ typedef enum MD_TokenKind
MD_TokenKind_Newline,
MD_TokenKind_WhitespaceMax,
MD_TokenKind_NonASCII,
// Provisional category to deal with single characters > 127
// while we don't support encodings other than ASCII
MD_TokenKind_BadCharacter,
// Character outside currently supported encodings
MD_TokenKind_MAX,
}