mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
committed by
Vicent Martí
parent
ed73a72cbe
commit
4db659dede
@@ -26,4 +26,5 @@ var KnownFields = map[string]bool{
|
|||||||
"foldingStartMarker": true,
|
"foldingStartMarker": true,
|
||||||
"foldingEndMarker": true,
|
"foldingEndMarker": true,
|
||||||
"limitLineLength": true,
|
"limitLineLength": true,
|
||||||
|
"hideFromUser": true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user