mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Whitelist injectionSelector in grammars (#4032)
This commit is contained in:
committed by
Vicent Martí
parent
2abf488e65
commit
04e7956407
@@ -27,4 +27,5 @@ var KnownFields = map[string]bool{
|
|||||||
"foldingEndMarker": true,
|
"foldingEndMarker": true,
|
||||||
"limitLineLength": true,
|
"limitLineLength": true,
|
||||||
"hideFromUser": true,
|
"hideFromUser": true,
|
||||||
|
"injectionSelector": true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user