mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Add missing enumerator in C header for highlighting
This commit is contained in:
parent
7a511f82ac
commit
cc50f4357b
|
|
@ -43,6 +43,7 @@ enum TSHighlightValue {
|
|||
TSHighlightValueTypeBuiltin,
|
||||
TSHighlightValueVariable,
|
||||
TSHighlightValueVariableBuiltin,
|
||||
TSHighlightValueVariableParameter,
|
||||
TSHighlightValueUnknown,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue