Also add highlighting for paths.
This commit is contained in:
@@ -138,9 +138,11 @@ where
|
||||
L: Borrow<str>,
|
||||
{
|
||||
let highlight_names = [
|
||||
"comment", "keyword", "property",
|
||||
"comment",
|
||||
"keyword",
|
||||
"property",
|
||||
"string",
|
||||
// "string.special.path",
|
||||
"string.special.path",
|
||||
// "string.special.uri",
|
||||
];
|
||||
// Need 1 highlighter per thread
|
||||
|
||||
Reference in New Issue
Block a user