Whitelist hideFromUser key in grammars (#3989)

hideFromuser is an undocumented key from TextMate to hide some
grammars from the user.
This commit is contained in:
Paul Chaignon
2018-01-16 10:49:33 +01:00
committed by Vicent Martí
parent ed73a72cbe
commit 4db659dede

View File

@@ -26,4 +26,5 @@ var KnownFields = map[string]bool{
"foldingStartMarker": true,
"foldingEndMarker": true,
"limitLineLength": true,
"hideFromUser": true,
}