forked from kevadesu/forgejo
Update chroma (#18033)
Update chroma to 0.9.4 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
fb5f7791ef
commit
25677cdc5b
36 changed files with 937 additions and 683 deletions
2
vendor/github.com/alecthomas/chroma/lexers/f/fish.go
generated
vendored
2
vendor/github.com/alecthomas/chroma/lexers/f/fish.go
generated
vendored
|
@ -74,7 +74,7 @@ func fishRules() Rules {
|
|||
{`&&|\|\||&|\||\^|<|>`, Operator, nil},
|
||||
{`\s+`, Text, nil},
|
||||
{`\b\d+\b`, LiteralNumber, nil},
|
||||
{`--?[^\d][\w-]*`, NameAttribute, nil},
|
||||
{`(?<=\s+)--?[^\d][\w-]*`, NameAttribute, nil},
|
||||
{".+?", Text, nil},
|
||||
},
|
||||
"string": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue