===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gitlab-workhorse-8.39.0+debian/internal/redis/redis_test.go-28-
gitlab-workhorse-8.39.0+debian/internal/redis/redis_test.go:29:	return ln.Addr().String()
gitlab-workhorse-8.39.0+debian/internal/redis/redis_test.go-30-}
##############################################
gitlab-workhorse-8.39.0+debian/internal/redis/redis.go-158-	return func(network, address string) (net.Conn, error) {
gitlab-workhorse-8.39.0+debian/internal/redis/redis.go:159:		addr, err := net.ResolveTCPAddr(network, address)
gitlab-workhorse-8.39.0+debian/internal/redis/redis.go-160-		if err != nil {
##############################################
gitlab-workhorse-8.39.0+debian/internal/redis/redis.go-180-	return func() (redis.Conn, error) {
gitlab-workhorse-8.39.0+debian/internal/redis/redis.go:181:		address, err := sntnl.MasterAddr()
gitlab-workhorse-8.39.0+debian/internal/redis/redis.go-182-		if err != nil {
##############################################
gitlab-workhorse-8.39.0+debian/internal/upstream/upstream.go-77-func (u *upstream) ServeHTTP(w http.ResponseWriter, r *http.Request) {
gitlab-workhorse-8.39.0+debian/internal/upstream/upstream.go:78:	helper.FixRemoteAddr(r)
gitlab-workhorse-8.39.0+debian/internal/upstream/upstream.go-79-
##############################################
gitlab-workhorse-8.39.0+debian/internal/git/upload-pack_test.go-81-
gitlab-workhorse-8.39.0+debian/internal/git/upload-pack_test.go:82:	return fmt.Sprintf("%s://%s", ln.Addr().Network(), ln.Addr().String()), func() {
gitlab-workhorse-8.39.0+debian/internal/git/upload-pack_test.go-83-		srv.Stop()
##############################################
gitlab-workhorse-8.39.0+debian/internal/helper/helpers_test.go-15-
gitlab-workhorse-8.39.0+debian/internal/helper/helpers_test.go:16:func TestFixRemoteAddr(t *testing.T) {
gitlab-workhorse-8.39.0+debian/internal/helper/helpers_test.go-17-	testCases := []struct {
##############################################
gitlab-workhorse-8.39.0+debian/internal/helper/helpers_test.go-39-
gitlab-workhorse-8.39.0+debian/internal/helper/helpers_test.go:40:		FixRemoteAddr(req)
gitlab-workhorse-8.39.0+debian/internal/helper/helpers_test.go-41-
##############################################
gitlab-workhorse-8.39.0+debian/internal/helper/helpers.go-159-
gitlab-workhorse-8.39.0+debian/internal/helper/helpers.go:160:func FixRemoteAddr(r *http.Request) {
gitlab-workhorse-8.39.0+debian/internal/helper/helpers.go-161-	// Unix domain sockets have a remote addr of @. This will make the
##############################################
gitlab-workhorse-8.39.0+debian/internal/helper/helpers.go-165-	}
gitlab-workhorse-8.39.0+debian/internal/helper/helpers.go:166:	r.RemoteAddr = xff.GetRemoteAddr(r)
gitlab-workhorse-8.39.0+debian/internal/helper/helpers.go-167-}
##############################################
gitlab-workhorse-8.39.0+debian/internal/channel/channel.go-52-	defer server.UnderlyingConn().Close()
gitlab-workhorse-8.39.0+debian/internal/channel/channel.go:53:	serverAddr := server.UnderlyingConn().RemoteAddr().String()
gitlab-workhorse-8.39.0+debian/internal/channel/channel.go-54-
##############################################
gitlab-workhorse-8.39.0+debian/internal/channel/channel.go-65-	defer client.UnderlyingConn().Close()
gitlab-workhorse-8.39.0+debian/internal/channel/channel.go:66:	clientAddr := getClientAddr(r) // We can't know the port with confidence
gitlab-workhorse-8.39.0+debian/internal/channel/channel.go-67-
##############################################
gitlab-workhorse-8.39.0+debian/internal/channel/channel.go-82-// In the future, we might want to look at X-Client-Ip or X-Forwarded-For
gitlab-workhorse-8.39.0+debian/internal/channel/channel.go:83:func getClientAddr(r *http.Request) string {
gitlab-workhorse-8.39.0+debian/internal/channel/channel.go-84-	return r.RemoteAddr
##############################################
gitlab-workhorse-8.39.0+debian/vendor/gitlab.com/gitlab-org/labkit/log/access_logger.go-174-func getRemoteIP(r *http.Request) string {
gitlab-workhorse-8.39.0+debian/vendor/gitlab.com/gitlab-org/labkit/log/access_logger.go:175:	remoteAddr := xff.GetRemoteAddr(r)
gitlab-workhorse-8.39.0+debian/vendor/gitlab.com/gitlab-org/labkit/log/access_logger.go-176-	host, _, err := net.SplitHostPort(remoteAddr)
##############################################
gitlab-workhorse-8.39.0+debian/vendor/gitlab.com/gitlab-org/gitaly/client/dial_test.go-143-	}
gitlab-workhorse-8.39.0+debian/vendor/gitlab.com/gitlab-org/gitaly/client/dial_test.go:144:	tcpPort := listener.Addr().(*net.TCPAddr).Port
gitlab-workhorse-8.39.0+debian/vendor/gitlab.com/gitlab-org/gitaly/client/dial_test.go-145-	address := fmt.Sprintf("%d", tcpPort)
##############################################
gitlab-workhorse-8.39.0+debian/vendor/gitlab.com/gitlab-org/gitaly/client/dial_test.go-179-	}
gitlab-workhorse-8.39.0+debian/vendor/gitlab.com/gitlab-org/gitaly/client/dial_test.go:180:	tcpPort := listener.Addr().(*net.TCPAddr).Port
gitlab-workhorse-8.39.0+debian/vendor/gitlab.com/gitlab-org/gitaly/client/dial_test.go-181-	address := fmt.Sprintf("%d", tcpPort)
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/smalltalk.go-39-			{`'(''|[^'])*'`, LiteralString, Push("afterobject")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/smalltalk.go:40:			{`\$.`, LiteralStringChar, Push("afterobject")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/smalltalk.go-41-			{`#\(`, LiteralStringSymbol, Push("parenth")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/smalltalk.go-49-			{`'(''|[^'])*'`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/smalltalk.go:50:			{`\$.`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/smalltalk.go-51-			{`#*\(`, LiteralStringSymbol, Push("inner_parenth")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sas.go-73-			{`\\\\|\\"|\\\n`, LiteralStringEscape, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sas.go:74:			{`[^$\'\\]+`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sas.go:75:			{`[$\'\\]`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sas.go-76-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sas.go-80-			{`&`, NameVariable, Push("validvar")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sas.go:81:			{`[^$&"\\]+`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sas.go:82:			{`[$"\\]`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sas.go-83-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/snobol.go-21-			{`END\s*\n`, NameLabel, Push("heredoc")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/snobol.go:22:			{`[A-Za-z$][\w$]*`, NameLabel, Push("statement")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/snobol.go-23-			{`\s+`, Text, Push("statement")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/snobol.go-29-			{`[A-Za-z][\w.]*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/snobol.go:30:			{`\*\*|[?$.!%*/#+\-@|&\\=]`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/snobol.go-31-			{`"[^"]*"`, LiteralString, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sml.go-124-			{"([a-zA-Z][\\w']*)(\\s*)(=(?![!%&$#+\\-/:<=>?@\\\\~`^|*]+))", ByGroups(NameVariable, Text, Punctuation), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sml.go:125:			{"([!%&$#+\\-/:<=>?@\\\\~`^|*]+)(\\s*)(=(?![!%&$#+\\-/:<=>?@\\\\~`^|*]+))", ByGroups(NameVariable, Text, Punctuation), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sml.go-126-			{`([a-zA-Z][\w']*)`, NameVariable, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go-27-			{`"(\\\\|\\"|[^"])*"`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go:28:			{`'[\w!$%&*+,/:<=>?@^~|-]+`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go:29:			{`#\\([()/'\"._!§$%& ?=+-]|[a-zA-Z0-9]+)`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go-30-			{`(#t|#f)`, NameConstant, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go-32-			{`(lambda |define |if |else |cond |and |or |case |let |let\* |letrec |begin |do |delay |set\! |\=\> |quote |quasiquote |unquote |unquote\-splicing |define\-syntax |let\-syntax |letrec\-syntax |syntax\-rules )`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go:33:			{`(?<='\()[\w!$%&*+,/:<=>?@^~|-]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go:34:			{`(?<=#\()[\w!$%&*+,/:<=>?@^~|-]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go-35-			{`(?<=\()(\* |\+ |\- |\/ |\< |\<\= |\= |\> |\>\= |abs |acos |angle |append |apply |asin |assoc |assq |assv |atan |boolean\? |caaaar |caaadr |caaar |caadar |caaddr |caadr |caar |cadaar |cadadr |cadar |caddar |cadddr |caddr |cadr |call\-with\-current\-continuation |call\-with\-input\-file |call\-with\-output\-file |call\-with\-values |call\/cc |car |cdaaar |cdaadr |cdaar |cdadar |cdaddr |cdadr |cdar |cddaar |cddadr |cddar |cdddar |cddddr |cdddr |cddr |cdr |ceiling |char\-\>integer |char\-alphabetic\? |char\-ci\<\=\? |char\-ci\<\? |char\-ci\=\? |char\-ci\>\=\? |char\-ci\>\? |char\-downcase |char\-lower\-case\? |char\-numeric\? |char\-ready\? |char\-upcase |char\-upper\-case\? |char\-whitespace\? |char\<\=\? |char\<\? |char\=\? |char\>\=\? |char\>\? |char\? |close\-input\-port |close\-output\-port |complex\? |cons |cos |current\-input\-port |current\-output\-port |denominator |display |dynamic\-wind |eof\-object\? |eq\? |equal\? |eqv\? |eval |even\? |exact\-\>inexact |exact\? |exp |expt |floor |for\-each |force |gcd |imag\-part |inexact\-\>exact |inexact\? |input\-port\? |integer\-\>char |integer\? |interaction\-environment |lcm |length |list |list\-\>string |list\-\>vector |list\-ref |list\-tail |list\? |load |log |magnitude |make\-polar |make\-rectangular |make\-string |make\-vector |map |max |member |memq |memv |min |modulo |negative\? |newline |not |null\-environment |null\? |number\-\>string |number\? |numerator |odd\? |open\-input\-file |open\-output\-file |output\-port\? |pair\? |peek\-char |port\? |positive\? |procedure\? |quotient |rational\? |rationalize |read |read\-char |real\-part |real\? |remainder |reverse |round |scheme\-report\-environment |set\-car\! |set\-cdr\! |sin |sqrt |string |string\-\>list |string\-\>number |string\-\>symbol |string\-append |string\-ci\<\=\? |string\-ci\<\? |string\-ci\=\? |string\-ci\>\=\? |string\-ci\>\? |string\-copy |string\-fill\! |string\-length |string\-ref |string\-set\! |string\<\=\? |string\<\? |string\=\? |string\>\=\? |string\>\? |string\? |substring |symbol\-\>string |symbol\? |tan |transcript\-off |transcript\-on |truncate |values |vector |vector\-\>list |vector\-fill\! |vector\-length |vector\-ref |vector\-set\! |vector\? |with\-input\-from\-file |with\-output\-to\-file |write |write\-char |zero\? )`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go:36:			{`(?<=\()[\w!$%&*+,/:<=>?@^~|-]+`, NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go:37:			{`[\w!$%&*+,/:<=>?@^~|-]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scheme.go-38-			{`(\(|\))`, Punctuation, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sql.go-28-			{`[0-9]+`, LiteralNumberInteger, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sql.go:29:			{`[a-z_][\w$]*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sql.go-30-			{`[;:()\[\],.]`, Punctuation, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/smarty.go-30-			{`#[a-zA-Z_]\w*#`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/smarty.go:31:			{`\$[a-zA-Z_]\w*(\.\w+)*`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/smarty.go-32-			{`[~!%^&*()+=|\[\]:;,.<>/?@-]`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/swift.go-25-			{Words(``, `\b`, `abs`, `advance`, `alignof`, `alignofValue`, `assert`, `assertionFailure`, `contains`, `count`, `countElements`, `debugPrint`, `debugPrintln`, `distance`, `dropFirst`, `dropLast`, `dump`, `enumerate`, `equal`, `extend`, `fatalError`, `filter`, `find`, `first`, `getVaList`, `indices`, `insert`, `isEmpty`, `join`, `last`, `lazy`, `lexicographicalCompare`, `map`, `max`, `maxElement`, `min`, `minElement`, `numericCast`, `overlaps`, `partition`, `precondition`, `preconditionFailure`, `prefix`, `print`, `println`, `reduce`, `reflect`, `removeAll`, `removeAtIndex`, `removeLast`, `removeRange`, `reverse`, `sizeof`, `sizeofValue`, `sort`, `sorted`, `splice`, `split`, `startsWith`, `stride`, `strideof`, `strideofValue`, `suffix`, `swap`, `toDebugString`, `toString`, `transcode`, `underestimateCount`, `unsafeAddressOf`, `unsafeBitCast`, `unsafeDowncast`, `withExtendedLifetime`, `withUnsafeMutablePointer`, `withUnsafeMutablePointers`, `withUnsafePointer`, `withUnsafePointers`, `withVaList`), NameBuiltinPseudo, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/swift.go:26:			{`\$\d+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/swift.go-27-			{`0b[01_]+`, LiteralNumberBin, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sass.go-33-			{`\+[\w-]+`, NameDecorator, Push("value")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sass.go:34:			{`([!$][\w-]\w*)([ \t]*(?:(?:\|\|)?=|:))`, ByGroups(NameVariable, Operator), Push("value")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sass.go-35-			{`:`, NameAttribute, Push("old-style-attr")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sass.go:36:			{`(?=.+?[=:]([^a-z]|$))`, NameAttribute, Push("new-style-attr")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sass.go-37-			Default(Push("selector")),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sass.go-69-			{`[ \t]+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sass.go:70:			{`[!$][\w-]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sass.go-71-			{`url\(`, LiteralStringOther, Push("string-url")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scss.go-31-			{`@[\w-]+`, Keyword, Push("selector")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scss.go:32:			{`(\$[\w-]*\w)([ \t]*:)`, ByGroups(NameVariable, Operator), Push("value")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scss.go-33-			Default(Push("selector")),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scss.go-47-			{`[ \t]+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scss.go:48:			{`[!$][\w-]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scss.go-49-			{`url\(`, LiteralStringOther, Push("string-url")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sparql.go-22-			{`(_:[0-9a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_](?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀.]*[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀])?)`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sparql.go:23:			{`[?$][0-9a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_][a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_0-9·̀-ͯ‿-⁀]*`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sparql.go:24:			{`([a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�](?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀.]*[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀])?)?(\:)((?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_:0-9]|(?:%[0-9A-Fa-f][0-9A-Fa-f])|(?:\\[ _~.\-!$&"()*+,;=/?#@%]))(?:(?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀.:]|(?:%[0-9A-Fa-f][0-9A-Fa-f])|(?:\\[ _~.\-!$&"()*+,;=/?#@%]))*(?:[a-zA-ZÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�_\-0-9·̀-ͯ‿-⁀:]|(?:%[0-9A-Fa-f][0-9A-Fa-f])|(?:\\[ _~.\-!$&"()*+,;=/?#@%])))?)?`, ByGroups(NameNamespace, Punctuation, NameTag), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/sparql.go-25-			{`((?i)str|lang|langmatches|datatype|bound|iri|uri|bnode|rand|abs|ceil|floor|round|concat|strlen|ucase|lcase|encode_for_uri|contains|strstarts|strends|strbefore|strafter|year|month|day|hours|minutes|seconds|timezone|tz|now|md5|sha1|sha256|sha384|sha512|coalesce|if|strlang|strdt|sameterm|isiri|isuri|isblank|isliteral|isnumeric|regex|substr|replace|exists|not\s+exists|count|sum|min|max|avg|sample|group_concat|separator)\b`, NameFunction, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go-12-	scalaUpper  = "[A-Z\\$_\xc0-\xd6\xd8-\xde\u0100\u0102\u0104\u0106\u0108\u010a\u010c\u010e\u0110\u0112\u0114\u0116\u0118\u011a\u011c\u011e\u0120\u0122\u0124\u0126\u0128\u012a\u012c\u012e\u0130\u0132\u0134\u0136\u0139\u013b\u013d\u013f\u0141\u0143\u0145\u0147\u014a\u014c\u014e\u0150\u0152\u0154\u0156\u0158\u015a\u015c\u015e\u0160\u0162\u0164\u0166\u0168\u016a\u016c\u016e\u0170\u0172\u0174\u0176\u0178-\u0179\u017b\u017d\u0181-\u0182\u0184\u0186-\u0187\u0189-\u018b\u018e-\u0191\u0193-\u0194\u0196-\u0198\u019c-\u019d\u019f-\u01a0\u01a2\u01a4\u01a6-\u01a7\u01a9\u01ac\u01ae-\u01af\u01b1-\u01b3\u01b5\u01b7-\u01b8\u01bc\u01c4\u01c7\u01ca\u01cd\u01cf\u01d1\u01d3\u01d5\u01d7\u01d9\u01db\u01de\u01e0\u01e2\u01e4\u01e6\u01e8\u01ea\u01ec\u01ee\u01f1\u01f4\u01f6-\u01f8\u01fa\u01fc\u01fe\u0200\u0202\u0204\u0206\u0208\u020a\u020c\u020e\u0210\u0212\u0214\u0216\u0218\u021a\u021c\u021e\u0220\u0222\u0224\u0226\u0228\u022a\u022c\u022e\u0230\u0232\u023a-\u023b\u023d-\u023e\u0241\u0243-\u0246\u0248\u024a\u024c\u024e\u0370\u0372\u0376\u0386\u0388-\u038f\u0391-\u03ab\u03cf\u03d2-\u03d4\u03d8\u03da\u03dc\u03de\u03e0\u03e2\u03e4\u03e6\u03e8\u03ea\u03ec\u03ee\u03f4\u03f7\u03f9-\u03fa\u03fd-\u042f\u0460\u0462\u0464\u0466\u0468\u046a\u046c\u046e\u0470\u0472\u0474\u0476\u0478\u047a\u047c\u047e\u0480\u048a\u048c\u048e\u0490\u0492\u0494\u0496\u0498\u049a\u049c\u049e\u04a0\u04a2\u04a4\u04a6\u04a8\u04aa\u04ac\u04ae\u04b0\u04b2\u04b4\u04b6\u04b8\u04ba\u04bc\u04be\u04c0-\u04c1\u04c3\u04c5\u04c7\u04c9\u04cb\u04cd\u04d0\u04d2\u04d4\u04d6\u04d8\u04da\u04dc\u04de\u04e0\u04e2\u04e4\u04e6\u04e8\u04ea\u04ec\u04ee\u04f0\u04f2\u04f4\u04f6\u04f8\u04fa\u04fc\u04fe\u0500\u0502\u0504\u0506\u0508\u050a\u050c\u050e\u0510\u0512\u0514\u0516\u0518\u051a\u051c\u051e\u0520\u0522\u0531-\u0556\u10a0-\u10c5\u1e00\u1e02\u1e04\u1e06\u1e08\u1e0a\u1e0c\u1e0e\u1e10\u1e12\u1e14\u1e16\u1e18\u1e1a\u1e1c\u1e1e\u1e20\u1e22\u1e24\u1e26\u1e28\u1e2a\u1e2c\u1e2e\u1e30\u1e32\u1e34\u1e36\u1e38\u1e3a\u1e3c\u1e3e\u1e40\u1e42\u1e44\u1e46\u1e48\u1e4a\u1e4c\u1e4e\u1e50\u1e52\u1e54\u1e56\u1e58\u1e5a\u1e5c\u1e5e\u1e60\u1e62\u1e64\u1e66\u1e68\u1e6a\u1e6c\u1e6e\u1e70\u1e72\u1e74\u1e76\u1e78\u1e7a\u1e7c\u1e7e\u1e80\u1e82\u1e84\u1e86\u1e88\u1e8a\u1e8c\u1e8e\u1e90\u1e92\u1e94\u1e9e\u1ea0\u1ea2\u1ea4\u1ea6\u1ea8\u1eaa\u1eac\u1eae\u1eb0\u1eb2\u1eb4\u1eb6\u1eb8\u1eba\u1ebc\u1ebe\u1ec0\u1ec2\u1ec4\u1ec6\u1ec8\u1eca\u1ecc\u1ece\u1ed0\u1ed2\u1ed4\u1ed6\u1ed8\u1eda\u1edc\u1ede\u1ee0\u1ee2\u1ee4\u1ee6\u1ee8\u1eea\u1eec\u1eee\u1ef0\u1ef2\u1ef4\u1ef6\u1ef8\u1efa\u1efc\u1efe\u1f08-\u1f0f\u1f18-\u1f1d\u1f28-\u1f2f\u1f38-\u1f3f\u1f48-\u1f4d\u1f59-\u1f5f\u1f68-\u1f6f\u1fb8-\u1fbb\u1fc8-\u1fcb\u1fd8-\u1fdb\u1fe8-\u1fec\u1ff8-\u1ffb\u2102\u2107\u210b-\u210d\u2110-\u2112\u2115\u2119-\u211d\u2124\u2126\u2128\u212a-\u212d\u2130-\u2133\u213e-\u213f\u2145\u2183\u2c00-\u2c2e\u2c60\u2c62-\u2c64\u2c67\u2c69\u2c6b\u2c6d-\u2c6f\u2c72\u2c75\u2c80\u2c82\u2c84\u2c86\u2c88\u2c8a\u2c8c\u2c8e\u2c90\u2c92\u2c94\u2c96\u2c98\u2c9a\u2c9c\u2c9e\u2ca0\u2ca2\u2ca4\u2ca6\u2ca8\u2caa\u2cac\u2cae\u2cb0\u2cb2\u2cb4\u2cb6\u2cb8\u2cba\u2cbc\u2cbe\u2cc0\u2cc2\u2cc4\u2cc6\u2cc8\u2cca\u2ccc\u2cce\u2cd0\u2cd2\u2cd4\u2cd6\u2cd8\u2cda\u2cdc\u2cde\u2ce0\u2ce2\ua640\ua642\ua644\ua646\ua648\ua64a\ua64c\ua64e\ua650\ua652\ua654\ua656\ua658\ua65a\ua65c\ua65e\ua662\ua664\ua666\ua668\ua66a\ua66c\ua680\ua682\ua684\ua686\ua688\ua68a\ua68c\ua68e\ua690\ua692\ua694\ua696\ua722\ua724\ua726\ua728\ua72a\ua72c\ua72e\ua732\ua734\ua736\ua738\ua73a\ua73c\ua73e\ua740\ua742\ua744\ua746\ua748\ua74a\ua74c\ua74e\ua750\ua752\ua754\ua756\ua758\ua75a\ua75c\ua75e\ua760\ua762\ua764\ua766\ua768\ua76a\ua76c\ua76e\ua779\ua77b\ua77d-\ua77e\ua780\ua782\ua784\ua786\ua78b\uff21-\uff3a]"
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go:13:	scalaLetter = `[a-zA-Z\\$_ªµºÀ-ÖØ-öø-ʯͰ-ͳͶ-ͷͻ-ͽΆΈ-ϵϷ-ҁҊ-Ֆա-ևא-ײء-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪऄ-हऽॐक़-ॡॲ-ॿঅ-হঽৎড়-ৡৰ-ৱਅ-ਹਖ਼-ਫ਼ੲ-ੴઅ-હઽૐ-ૡଅ-ହଽଡ଼-ୡୱஃ-ஹௐఅ-ఽౘ-ౡಅ-ಹಽೞ-ೡഅ-ഽൠ-ൡൺ-ൿඅ-ෆก-ะา-ำเ-ๅກ-ະາ-ຳຽ-ໄໜ-ༀཀ-ཬྈ-ྋက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎႠ-ჺᄀ-ፚᎀ-ᎏᎠ-ᙬᙯ-ᙶᚁ-ᚚᚠ-ᛪᛮ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝰក-ឳៜᠠ-ᡂᡄ-ᢨᢪ-ᤜᥐ-ᦩᧁ-ᧇᨀ-ᨖᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᰀ-ᰣᱍ-ᱏᱚ-ᱷᴀ-ᴫᵢ-ᵷᵹ-ᶚḀ-ᾼιῂ-ῌῐ-Ίῠ-Ῥῲ-ῼⁱⁿℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⱼⲀ-ⳤⴀ-ⵥⶀ-ⷞ〆-〇〡-〩〸-〺〼ぁ-ゖゟァ-ヺヿ-ㆎㆠ-ㆷㇰ-ㇿ㐀-䶵一-ꀔꀖ-ꒌꔀ-ꘋꘐ-ꘟꘪ-ꙮꚀ-ꚗꜢ-ꝯꝱ-ꞇꞋ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꤊ-ꤥꤰ-ꥆꨀ-ꨨꩀ-ꩂꩄ-ꩋ가-힣豈-יִײַ-ﬨשׁ-ﴽﵐ-ﷻﹰ-ﻼA-Za-zヲ-ッア-ンᅠ-ᅵ]`
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go-14-	scalaIDRest = fmt.Sprintf(`%s(?:%s|[0-9])*(?:(?<=_)%s)?`, scalaLetter, scalaLetter, scalaOp)
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go-32-			{`@` + scalaIDRest, NameDecorator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go:33:			{`(abstract|ca(?:se|tch)|d(?:ef|o)|e(?:lse|xtends)|f(?:inal(?:ly)?|or(?:Some)?)|i(?:f|mplicit)|lazy|match|new|override|pr(?:ivate|otected)|re(?:quires|turn)|s(?:ealed|uper)|t(?:h(?:is|row)|ry)|va[lr]|w(?:hile|ith)|yield)\b|(<[%:-]|=>|>:|[#=@_⇒←])(\b|(?=\s)|$)`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go-34-			{`:(?!` + scalaOp + `%s)`, Keyword, Push("type")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go-90-		"interpstringcommon": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go:91:			{`[^"$\\]+`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go:92:			{`\$\$`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go-93-			{`\$` + scalaLetter + `(?:` + scalaLetter + `|\d)*`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go:94:			{`\$\{`, LiteralStringInterpol, Push("interpbrace")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/scala.go-95-			{`\\.`, LiteralString, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/systemverilog.go-44-			{Words(``, `\b`, "`__FILE__", "`__LINE__", "`begin_keywords", "`celldefine", "`default_nettype", "`define", "`else", "`elsif", "`end_keywords", "`endcelldefine", "`endif", "`ifdef", "`ifndef", "`include", "`line", "`nounconnected_drive", "`pragma", "`resetall", "`timescale", "`unconnected_drive", "`undef", "`undefineall"), CommentPreproc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/systemverilog.go:45:			{Words(``, `\b`, `$display`, `$displayb`, `$displayh`, `$displayo`, `$dumpall`, `$dumpfile`, `$dumpflush`, `$dumplimit`, `$dumpoff`, `$dumpon`, `$dumpports`, `$dumpportsall`, `$dumpportsflush`, `$dumpportslimit`, `$dumpportsoff`, `$dumpportson`, `$dumpvars`, `$fclose`, `$fdisplay`, `$fdisplayb`, `$fdisplayh`, `$fdisplayo`, `$feof`, `$ferror`, `$fflush`, `$fgetc`, `$fgets`, `$finish`, `$fmonitor`, `$fmonitorb`, `$fmonitorh`, `$fmonitoro`, `$fopen`, `$fread`, `$fscanf`, `$fseek`, `$fstrobe`, `$fstrobeb`, `$fstrobeh`, `$fstrobeo`, `$ftell`, `$fwrite`, `$fwriteb`, `$fwriteh`, `$fwriteo`, `$monitor`, `$monitorb`, `$monitorh`, `$monitoro`, `$monitoroff`, `$monitoron`, `$plusargs`, `$random`, `$readmemb`, `$readmemh`, `$rewind`, `$sformat`, `$sformatf`, `$sscanf`, `$strobe`, `$strobeb`, `$strobeh`, `$strobeo`, `$swrite`, `$swriteb`, `$swriteh`, `$swriteo`, `$test`, `$ungetc`, `$value$plusargs`, `$write`, `$writeb`, `$writeh`, `$writememb`, `$writememh`, `$writeo`), NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/systemverilog.go-46-			{`(class)(\s+)`, ByGroups(Keyword, Text), Push("classname")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/systemverilog.go-48-			{`[a-zA-Z_]\w*:(?!:)`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/systemverilog.go:49:			{`\$?[a-zA-Z_]\w*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/s/systemverilog.go-50-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/lua.go-22-			{`(?:--\[(=*)\[[\w\W]*?\](\1)\])`, CommentMultiline, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/lua.go:23:			{`(?:--.*$)`, CommentSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/lua.go-24-			{`(?:\s+)`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/lua.go-49-			{`[.:]`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/lua.go:50:			{`(?:[^\W\d]\w*)(?=(?:(?:--\[(=*)\[[\w\W]*?\](\2)\])|(?:--.*$)|(?:\s+))*[.:])`, NameClass, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/lua.go-51-			{`(?:[^\W\d]\w*)`, NameFunction, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/lighttpd.go-23-			{`=>|=~|\+=|==|=|\+`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/lighttpd.go:24:			{`\$[A-Z]+`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/lighttpd.go-25-			{`[(){}\[\],]`, Punctuation, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/llvm.go-18-			Include("whitespace"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/llvm.go:19:			{`([-a-zA-Z$._][\w\-$.]*|"[^"]*?")\s*:`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/llvm.go-20-			Include("keyword"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/llvm.go:21:			{`%([-a-zA-Z$._][\w\-$.]*|"[^"]*?")`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/llvm.go:22:			{`@([-a-zA-Z$._][\w\-$.]*|"[^"]*?")`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/llvm.go-23-			{`%\d+`, NameVariableAnonymous, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/llvm.go-25-			{`#\d+`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/llvm.go:26:			{`!([-a-zA-Z$._][\w\-$.]*|"[^"]*?")`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/l/llvm.go-27-			{`!\d+`, NameVariableAnonymous, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/y/yaml.go-24-			{`^%include\s+[^\n\r]+`, CommentPreproc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/y/yaml.go:25:			{`([>|+-]\s+)(\s+)((?:(?:.*?$)(?:[\n\r]*?)?)*)`, ByGroups(StringDoc, StringDoc, StringDoc), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/y/yaml.go-26-			Include("key"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go-37-			Include("keywords"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go:38:			{`[a-zA-Z_]\w*[$@#&!]`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go-39-			{`[a-zA-Z_]\w*\:`, NameLabel, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go-51-		"functions": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go:52:			{`\b(ABS|ASC|ATN|CDBL|CHR\$|CINT|CLNG|COMMAND\$|COS|CSNG|CSRLIN|CVD|CVDMBF|CVI|CVL|CVS|CVSMBF|DATE\$|ENVIRON\$|EOF|ERDEV|ERDEV\$|ERL|ERR|EXP|FILEATTR|FIX|FRE|FREEFILE|HEX\$|INKEY\$|INP|INPUT\$|INSTR|INT|IOCTL\$|LBOUND|LCASE\$|LEFT\$|LEN|LOC|LOF|LOG|LPOS|LTRIM\$|MID\$|MKD\$|MKDMBF\$|MKI\$|MKL\$|MKS\$|MKSMBF\$|OCT\$|PEEK|PEN|PLAY|PMAP|POINT|POS|RIGHT\$|RND|RTRIM\$|SADD|SCREEN|SEEK|SETMEM|SGN|SIN|SPACE\$|SPC|SQR|STICK|STR\$|STRIG|STRING\$|TAB|TAN|TIME\$|TIMER|UBOUND|UCASE\$|VAL|VARPTR|VARPTR\$|VARSEG)(?=\(|\b)`, KeywordReserved, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go-53-		},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go-54-		"metacommands": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go:55:			{`\b(\$DYNAMIC|\$INCLUDE|\$STATIC)(?=\(|\b)`, KeywordConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go-56-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go-60-		"statements": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go:61:			{`\b(BEEP|BLOAD|BSAVE|CALL|CALL\ ABSOLUTE|CALL\ INTERRUPT|CALLS|CHAIN|CHDIR|CIRCLE|CLEAR|CLOSE|CLS|COLOR|COM|COMMON|CONST|DATA|DATE\$|DECLARE|DEF\ FN|DEF\ SEG|DEFDBL|DEFINT|DEFLNG|DEFSNG|DEFSTR|DEF|DIM|DO|LOOP|DRAW|END|ENVIRON|ERASE|ERROR|EXIT|FIELD|FILES|FOR|NEXT|FUNCTION|GET|GOSUB|GOTO|IF|THEN|INPUT|INPUT\ \#|IOCTL|KEY|KEY|KILL|LET|LINE|LINE\ INPUT|LINE\ INPUT\ \#|LOCATE|LOCK|UNLOCK|LPRINT|LSET|MID\$|MKDIR|NAME|ON\ COM|ON\ ERROR|ON\ KEY|ON\ PEN|ON\ PLAY|ON\ STRIG|ON\ TIMER|ON\ UEVENT|ON|OPEN|OPEN\ COM|OPTION\ BASE|OUT|PAINT|PALETTE|PCOPY|PEN|PLAY|POKE|PRESET|PRINT|PRINT\ \#|PRINT\ USING|PSET|PUT|PUT|RANDOMIZE|READ|REDIM|REM|RESET|RESTORE|RESUME|RETURN|RMDIR|RSET|RUN|SCREEN|SEEK|SELECT\ CASE|SHARED|SHELL|SLEEP|SOUND|STATIC|STOP|STRIG|SUB|SWAP|SYSTEM|TIME\$|TIMER|TROFF|TRON|TYPE|UEVENT|UNLOCK|VIEW|WAIT|WHILE|WEND|WIDTH|WINDOW|WRITE)\b`, KeywordReserved, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go-62-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go-18-			Include("whitespace"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:19:			{`(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+):`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:20:			{`\.(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameAttribute, Push("directive-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go-21-			{`lock|rep(n?z)?|data\d+`, NameAttribute, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:22:			{`(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameFunction, Push("instruction-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go-23-			{`[\r\n]+`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go-25-		"directive-args": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:26:			{`(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go-27-			{`"(\\"|[^"])*"`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:28:			{`@(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameAttribute, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go-29-			{`(?:0[xX][a-zA-Z0-9]+|\d+)`, LiteralNumberInteger, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go-34-		"instruction-args": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:35:			{`([a-z0-9]+)( )(<)((?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+))(>)`, ByGroups(LiteralNumberHex, Text, Punctuation, NameConstant, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:36:			{`([a-z0-9]+)( )(<)((?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+))([-+])((?:0[xX][a-zA-Z0-9]+|\d+))(>)`, ByGroups(LiteralNumberHex, Text, Punctuation, NameConstant, Punctuation, LiteralNumberInteger, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:37:			{`(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go-38-			{`(?:0[xX][a-zA-Z0-9]+|\d+)`, LiteralNumberInteger, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:39:			{`%(?:[a-zA-Z$_][\w$.@-]*|\.[\w$.@-]+)`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:40:			{`$(?:0[xX][a-zA-Z0-9]+|\d+)`, LiteralNumberInteger, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go:41:			{`$'(.|\\')'`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gas.go-42-			{`[\r\n]+`, Text, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/go.go-82-		{`\||:=`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/go.go:83:		{`[$]?[^\W\d]\w*`, NameOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/go.go:84:		{`[$]?\.(?:[^\W\d]\w*)?`, NameAttribute, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/go.go-85-		{`"(\\\\|\\"|[^"])*"`, LiteralString, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/graphql.go-23-			{`[\(\)\{\}\[\],!\|=]`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/graphql.go:24:			{`\$\w+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/graphql.go-25-			{`\d+i`, LiteralNumber, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gdscript.go-26-			{`(in|and|or|not)\b`, OperatorWord, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gdscript.go:27:			{`!=|==|<<|>>|&&|\+=|-=|\*=|/=|%=|&=|\|=|\|\||[-~+/*%=<>&^.!|$]`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/gdscript.go-28-			Include("keywords"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/groovy.go-38-			{`'(\\\\|\\'|[^'])*'`, LiteralStringSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/groovy.go:39:			{`\$/((?!/\$).)*/\$`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/groovy.go-40-			{`/(\\\\|\\"|[^/])*/`, LiteralString, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/groovy.go-43-			{`[a-zA-Z_]\w*:`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/groovy.go:44:			{`[a-zA-Z_$]\w*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/groovy.go-45-			{`[~^*!%&\[\](){}<>|+=:;,./?-]`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-18-		"root": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go:19:			{`[^#$\s]+`, Other, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-20-			{`^(\s*)(##.*)$`, ByGroups(Text, Comment), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-22-			Include("variable"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go:23:			{`[#$\s]`, Other, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-24-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-32-		"variable": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go:33:			{`(?<!\$)(\$\{)(.+?)(\})`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go:34:			{`(?<!\$)(\$)([a-zA-Z_][\w.]*)`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-35-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-66-	"root": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go:67:		{`[^<$]+`, Other, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-68-		{`(<\?python)(.*?)(\?>)`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-72-		Include("variable"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go:73:		{`[<$]`, Other, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-74-	},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-106-	"strings": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go:107:		{`[^"'$]+`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-108-		Include("variable"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-110-	"variable": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go:111:		{`(?<!\$)(\$\{)(.+?)(\})`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go:112:		{`(?<!\$)(\$)([a-zA-Z_][\w\.]*)`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/g/genshi.go-113-	},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/ocaml.go-29-			{"(~|\\}|\\|]|\\||\\{<|\\{|`|_|]|\\[\\||\\[>|\\[<|\\[|\\?\\?|\\?|>\\}|>]|>|=|<-|<|;;|;|:>|:=|::|:|\\.\\.|\\.|->|-\\.|-|,|\\+|\\*|\\)|\\(|&&|&|#|!=)", Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/ocaml.go:30:			{`([=<>@^|&+\*/$%-]|[!?~])?[!$%&*+\./:<=>?@^|~-]`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/ocaml.go-31-			{`\b(and|asr|land|lor|lsl|lxor|mod|or)\b`, OperatorWord, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/openscad.go-24-			{`<|<=|==|!=|>=|>|&&|\|\|`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/openscad.go:25:			{`\$(f[asn]|t|vp[rtd]|children)`, NameVariableMagic, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/openscad.go-26-			{Words(``, `\b`, `PI`, `undef`), KeywordConstant, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go-57-		"oc_classname": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:58:			{`([a-zA-Z$_][\w$]*)(\s*:\s*)([a-zA-Z$_][\w$]*)?(\s*)(\{)`, ByGroups(NameClass, Text, NameClass, Text, Punctuation), Push("#pop", "oc_ivars")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:59:			{`([a-zA-Z$_][\w$]*)(\s*:\s*)([a-zA-Z$_][\w$]*)?`, ByGroups(NameClass, Text, NameClass), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:60:			{`([a-zA-Z$_][\w$]*)(\s*)(\([a-zA-Z$_][\w$]*\))(\s*)(\{)`, ByGroups(NameClass, Text, NameLabel, Text, Punctuation), Push("#pop", "oc_ivars")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:61:			{`([a-zA-Z$_][\w$]*)(\s*)(\([a-zA-Z$_][\w$]*\))`, ByGroups(NameClass, Text, NameLabel), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:62:			{`([a-zA-Z$_][\w$]*)(\s*)(\{)`, ByGroups(NameClass, Text, Punctuation), Push("#pop", "oc_ivars")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:63:			{`([a-zA-Z$_][\w$]*)`, NameClass, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go-64-		},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go-65-		"oc_forward_classname": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:66:			{`([a-zA-Z$_][\w$]*)(\s*,\s*)`, ByGroups(NameClass, Text), Push("oc_forward_classname")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:67:			{`([a-zA-Z$_][\w$]*)(\s*;?)`, ByGroups(NameClass, Text), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go-68-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go-76-		"root": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:77:			{`^([-+])(\s*)(\(.*?\))?(\s*)([a-zA-Z$_][\w$]*:?)`, ByGroups(Punctuation, Text, UsingSelf("root"), Text, NameFunction), Push("method")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go-78-			Include("whitespace"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go-86-			{`\.\.\.`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:87:			{`(\(.*?\))(\s*)([a-zA-Z$_][\w$]*)`, ByGroups(UsingSelf("root"), Text, NameVariable), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go:88:			{`[a-zA-Z$_][\w$]*:`, NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go-89-			{`;`, Punctuation, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-42-			// Dynamic Blocks
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:43:			{`(?i)^( *#\+begin: )([^ ]+)([\w\W]*?\n)([\w\W]*?)(^ *#\+end: *$)`, ByGroups(Comment, CommentSpecial, Comment, UsingSelf("inline"), Comment), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-44-			// Blocks
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-45-			// - Comment Blocks
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:46:			{`(?i)^( *#\+begin_comment *\n)([\w\W]*?)(^ *#\+end_comment *$)`, ByGroups(Comment, Comment, Comment), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-47-			// - Src Blocks
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:48:			{`(?i)^( *#\+begin_src )([^ \n]+)(.*?\n)([\w\W]*?)(^ *#\+end_src *$)`,
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-49-				UsingByGroup(
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-56-			// - Export Blocks
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:57:			{`(?i)^( *#\+begin_export )(\w+)( *\n)([\w\W]*?)(^ *#\+end_export *$)`,
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-58-				UsingByGroup(
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-65-			// - Org Special, Example, Verse, etc. Blocks
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:66:			{`(?i)^( *#\+begin_)(\w+)( *\n)([\w\W]*?)(^ *#\+end_\2)( *$)`, ByGroups(Comment, Comment, Text, Text, Comment, Text), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-67-			// Keywords
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-69-			// Properties and Drawers
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:70:			{`(?i)^( *:\w+: *\n)([\w\W]*?)(^ *:end: *$)`, ByGroups(Comment, CommentSpecial, Comment), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-71-			// Line break operator
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-80-		"inline": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:81:			{`(\s)*(\*[^ \n*][^*]+?[^ \n*]\*)((?=\W|\n|$))`, ByGroups(Text, GenericStrong, Text), nil},                          // Bold
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:82:			{`(\s)*(/[^/]+?/)((?=\W|\n|$))`, ByGroups(Text, GenericEmph, Text), nil},                                            // Italic
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:83:			{`(\s)*(=[^\n=]+?=)((?=\W|\n|$))`, ByGroups(Text, NameClass, Text), nil},                                            // Verbatim
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:84:			{`(\s)*(~[^\n~]+?~)((?=\W|\n|$))`, ByGroups(Text, NameClass, Text), nil},                                            // Code
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:85:			{`(\s)*(\+[^+]+?\+)((?=\W|\n|$))`, ByGroups(Text, GenericDeleted, Text), nil},                                       // Strikethrough
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go:86:			{`(\s)*(_[^_]+?_)((?=\W|\n|$))`, ByGroups(Text, GenericUnderline, Text), nil},                                       // Underline
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/o/org.go-87-			{`(<)([^<>]+?)(>)`, ByGroups(Text, String, Text), nil},                                                              // <datestamp>
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/thrift.go-23-			{`(enum|union|struct|service|exception)(\s+)`, ByGroups(KeywordDeclaration, TextWhitespace), Push("class")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/thrift.go:24:			{`((?:(?:[^\W\d]|\$)[\w.\[\]$<>]*\s+)+?)((?:[^\W\d]|\$)[\w$]*)(\s*)(\()`, ByGroups(UsingSelf("root"), NameFunction, Text, Operator), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/thrift.go-25-			Include("keywords"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcl.go-60-			{`\d+`, LiteralNumberInteger, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcl.go:61:			{`\$([\w.:-]+)`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcl.go-62-			{`([\w.:-]+)`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcsh.go-18-			Include("basic"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcsh.go:19:			{`\$\(`, Keyword, Push("paren")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcsh.go:20:			{`\$\{#?`, Keyword, Push("curly")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcsh.go-21-			{"`", LiteralStringBacktick, Push("backticks")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcsh.go-39-			{`\d+(?= |\Z)`, LiteralNumber, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcsh.go:40:			{`\$#?(\w+|.)`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tcsh.go-41-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/transactsql.go-19-			{`\s+`, TextWhitespace, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/transactsql.go:20:			{`--(?m).*?$\n?`, CommentSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/transactsql.go-21-			{`/\*`, CommentMultiline, Push("multiline-comments")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/transactsql.go-26-			{Words(``, `\b`, `bigint`, `binary`, `bit`, `char`, `cursor`, `date`, `datetime`, `datetime2`, `datetimeoffset`, `decimal`, `float`, `hierarchyid`, `image`, `int`, `money`, `nchar`, `ntext`, `numeric`, `nvarchar`, `real`, `smalldatetime`, `smallint`, `smallmoney`, `sql_variant`, `table`, `text`, `time`, `timestamp`, `tinyint`, `uniqueidentifier`, `varbinary`, `varchar`, `xml`), NameClass, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/transactsql.go:27:			{Words(``, `\b`, `$partition`, `abs`, `acos`, `app_name`, `applock_mode`, `applock_test`, `ascii`, `asin`, `assemblyproperty`, `atan`, `atn2`, `avg`, `binary_checksum`, `cast`, `ceiling`, `certencoded`, `certprivatekey`, `char`, `charindex`, `checksum`, `checksum_agg`, `choose`, `col_length`, `col_name`, `columnproperty`, `compress`, `concat`, `connectionproperty`, `context_info`, `convert`, `cos`, `cot`, `count`, `count_big`, `current_request_id`, `current_timestamp`, `current_transaction_id`, `current_user`, `cursor_status`, `database_principal_id`, `databasepropertyex`, `dateadd`, `datediff`, `datediff_big`, `datefromparts`, `datename`, `datepart`, `datetime2fromparts`, `datetimefromparts`, `datetimeoffsetfromparts`, `day`, `db_id`, `db_name`, `decompress`, `degrees`, `dense_rank`, `difference`, `eomonth`, `error_line`, `error_message`, `error_number`, `error_procedure`, `error_severity`, `error_state`, `exp`, `file_id`, `file_idex`, `file_name`, `filegroup_id`, `filegroup_name`, `filegroupproperty`, `fileproperty`, `floor`, `format`, `formatmessage`, `fulltextcatalogproperty`, `fulltextserviceproperty`, `get_filestream_transaction_context`, `getansinull`, `getdate`, `getutcdate`, `grouping`, `grouping_id`, `has_perms_by_name`, `host_id`, `host_name`, `iif`, `index_col`, `indexkey_property`, `indexproperty`, `is_member`, `is_rolemember`, `is_srvrolemember`, `isdate`, `isjson`, `isnull`, `isnumeric`, `json_modify`, `json_query`, `json_value`, `left`, `len`, `log`, `log10`, `lower`, `ltrim`, `max`, `min`, `min_active_rowversion`, `month`, `nchar`, `newid`, `newsequentialid`, `ntile`, `object_definition`, `object_id`, `object_name`, `object_schema_name`, `objectproperty`, `objectpropertyex`, `opendatasource`, `openjson`, `openquery`, `openrowset`, `openxml`, `original_db_name`, `original_login`, `parse`, `parsename`, `patindex`, `permissions`, `pi`, `power`, `pwdcompare`, `pwdencrypt`, `quotename`, `radians`, `rand`, `rank`, `replace`, `replicate`, `reverse`, `right`, `round`, `row_number`, `rowcount_big`, `rtrim`, `schema_id`, `schema_name`, `scope_identity`, `serverproperty`, `session_context`, `session_user`, `sign`, `sin`, `smalldatetimefromparts`, `soundex`, `sp_helplanguage`, `space`, `sqrt`, `square`, `stats_date`, `stdev`, `stdevp`, `str`, `string_escape`, `string_split`, `stuff`, `substring`, `sum`, `suser_id`, `suser_name`, `suser_sid`, `suser_sname`, `switchoffset`, `sysdatetime`, `sysdatetimeoffset`, `system_user`, `sysutcdatetime`, `tan`, `textptr`, `textvalid`, `timefromparts`, `todatetimeoffset`, `try_cast`, `try_convert`, `try_parse`, `type_id`, `type_name`, `typeproperty`, `unicode`, `upper`, `user_id`, `user_name`, `var`, `varp`, `xact_state`, `year`), NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/transactsql.go-28-			{`(goto)(\s+)(\w+\b)`, ByGroups(Keyword, TextWhitespace, NameLabel), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/terraform.go-50-			{`\\\\"`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/terraform.go:51:			{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/terraform.go-52-			{`\$`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/terraform.go:53:			{`[^"\\\\$]+`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/terraform.go-54-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go-68-		"constant": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go:69:			{`(\{)(\$)((?:[\w\-]+\.)*)([\w\-]+)(\})`, ByGroups(LiteralStringSymbol, Operator, NameConstant, NameConstant, LiteralStringSymbol), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go-70-			{`(\{)([\w\-]+)(\s*:\s*)([\w\-]+)(\})`, ByGroups(LiteralStringSymbol, NameConstant, Operator, NameConstant, LiteralStringSymbol), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go-94-			{`(.*)(###\w+###)(.*)`, ByGroups(LiteralString, NameConstant, LiteralString), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go:95:			{`(\{)(\$)((?:[\w\-]+\.)*)([\w\-]+)(\})`, ByGroups(LiteralStringSymbol, Operator, NameConstant, NameConstant, LiteralStringSymbol), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go-96-			{`(.*)(\{)([\w\-]+)(\s*:\s*)([\w\-]+)(\})(.*)`, ByGroups(LiteralString, LiteralStringSymbol, NameConstant, Operator, NameConstant, LiteralStringSymbol, LiteralString), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go-118-			{`(.*)(###\w+###)(.*)`, ByGroups(LiteralString, NameConstant, LiteralString), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go:119:			{`(\{)(\$)((?:[\w\-]+\.)*)([\w\-]+)(\})`, ByGroups(LiteralStringSymbol, Operator, NameConstant, NameConstant, LiteralStringSymbol), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go-120-			{`(.*)(\{)([\w\-]+)(\s*:\s*)([\w\-]+)(\})(.*)`, ByGroups(LiteralString, LiteralStringSymbol, NameConstant, Operator, NameConstant, LiteralStringSymbol, LiteralString), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go-24-			{`\\\(`, LiteralString, Push("inlinemath")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go:25:			{`\$\$`, LiteralStringBacktick, Push("displaymath")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go-26-			{`\$`, LiteralString, Push("inlinemath")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go-29-			Include("general"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go:30:			{`[^\\$%&_^{}]+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go-31-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go-36-			{`[-=!+*/()\[\]]`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go:37:			{`[^=!+*/()\[\]\\$%&_^{}0-9-]+`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go-38-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go-45-			{`\\\]`, LiteralString, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go:46:			{`\$\$`, LiteralString, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tex.go-47-			{`\$`, NameBuiltin, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go-45-			{`(Array|Boolean|Date|Error|Function|Math|netscape|Number|Object|Packages|RegExp|String|sun|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|Error|eval|isFinite|isNaN|parseFloat|parseInt|document|this|window)\b`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go:46:			{`\b(module)(\s*)(\s*[\w?.$][\w?.$]*)(\s*)`, ByGroups(KeywordReserved, Text, NameOther, Text), Push("slashstartsregex")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go-47-			{`\b(string|bool|number)\b`, KeywordType, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go-48-			{`\b(constructor|declare|interface|as|AS)\b`, KeywordReserved, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go:49:			{`(super)(\s*)(\([\w,?.$\s]+\s*\))`, ByGroups(KeywordReserved, Text), Push("slashstartsregex")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go:50:			{`([a-zA-Z_?.$][\w?.$]*)\(\) \{`, NameOther, Push("slashstartsregex")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go:51:			{`([\w?.$][\w?.$]*)(\s*:\s*)([\w?.$][\w?.$]*)`, ByGroups(NameOther, Text, KeywordType), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go:52:			{`[$a-zA-Z_]\w*`, NameOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go-53-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go-64-			{"\\\\`", LiteralStringBacktick, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go:65:			{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/typescript.go-66-			{`\$`, LiteralStringBacktick, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-7-
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go:8:// Tasm lexer.
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go:9:var Tasm = internal.Register(MustNewLexer(
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-10-	&Config{
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-20-			Include("whitespace"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go:21:			{`[@a-z$._?][\w$.?#@~]*:`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-22-			{`BITS|USE16|USE32|SECTION|SEGMENT|ABSOLUTE|EXTERN|GLOBAL|ORG|ALIGN|STRUC|ENDSTRUC|ENDS|COMMON|CPU|GROUP|UPPERCASE|INCLUDE|EXPORT|LIBRARY|MODULE|PROC|ENDP|USES|ARG|DATASEG|UDATASEG|END|IDEAL|P386|MODEL|ASSUME|CODESEG|SIZE`, Keyword, Push("instruction-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go:23:			{`([@a-z$._?][\w$.?#@~]*)(\s+)(db|dd|dw|T[A-Z][a-z]+)`, ByGroups(NameConstant, KeywordDeclaration, KeywordDeclaration), Push("instruction-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-24-			{`(?:res|d)[bwdqt]|times`, KeywordDeclaration, Push("instruction-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go:25:			{`[@a-z$._?][\w$.?#@~]*`, NameFunction, Push("instruction-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-26-			{`[\r\n]+`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-29-			{"\"(\\\\\"|[^\"\\n])*\"|'(\\\\'|[^'\\n])*'|`(\\\\`|[^`\\n])*`", LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go:30:			{`(?:0x[0-9a-f]+|$0[0-9a-f]*|[0-9]+[0-9a-f]*h)`, LiteralNumberHex, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-31-			{`[0-7]+q`, LiteralNumberOct, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-36-			{`r[0-9][0-5]?[bwd]|[a-d][lh]|[er]?[a-d]x|[er]?[sb]p|[er]?[sd]i|[c-gs]s|st[0-7]|mm[0-7]|cr[0-4]|dr[0-367]|tr[3-7]`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go:37:			{`[@a-z$._?][\w$.?#@~]*`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-38-			{`(\\\s*)(;.*)([\r\n])`, ByGroups(Text, CommentSingle, Text), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-55-			{`[&|^<>+*=/%~-]+`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go:56:			{`[$]+`, KeywordConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tasm.go-57-			{`seg|wrt|strict`, OperatorWord, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tablegen.go-21-			Include("keyword"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tablegen.go:22:			{`\$[_a-zA-Z][_\w]*`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/t/tablegen.go-23-			{`\d*[_a-zA-Z][_\w]*`, NameVariable, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/forth.go-24-			{`(blk|block|buffer|evaluate|flush|load|save-buffers|update|empty-buffers|list|refill|scr|thru|\#s|\*\/mod|\+loop|\/mod|0<|0=|1\+|1-|2!|2\*|2\/|2@|2drop|2dup|2over|2swap|>body|>in|>number|>r|\?dup|abort|abort\"|abs|accept|align|aligned|allot|and|base|begin|bl|c!|c,|c@|cell\+|cells|char|char\+|chars|constant|count|cr|create|decimal|depth|do|does>|drop|dup|else|emit|environment\?|evaluate|execute|exit|fill|find|fm\/mod|here|hold|i|if|immediate|invert|j|key|leave|literal|loop|lshift|m\*|max|min|mod|move|negate|or|over|postpone|quit|r>|r@|recurse|repeat|rot|rshift|s\"|s>d|sign|sm\/rem|source|space|spaces|state|swap|then|type|u\.|u\<|um\*|um\/mod|unloop|until|variable|while|word|xor|\[char\]|\[\'\]|@|!|\#|<\#|\#>|:|;|\+|-|\*|\/|,|<|>|\|1\+|1-|\.|\.r|0<>|0>|2>r|2r>|2r@|:noname|\?do|again|c\"|case|compile,|endcase|endof|erase|false|hex|marker|nip|of|pad|parse|pick|refill|restore-input|roll|save-input|source-id|to|true|tuck|u\.r|u>|unused|value|within|\[compile\]|\#tib|convert|expect|query|span|tib|2constant|2literal|2variable|d\+|d-|d\.|d\.r|d0<|d0=|d2\*|d2\/|d<|d=|d>s|dabs|dmax|dmin|dnegate|m\*\/|m\+|2rot|du<|catch|throw|abort|abort\"|at-xy|key\?|page|ekey|ekey>char|ekey\?|emit\?|ms|time&date|BIN|CLOSE-FILE|CREATE-FILE|DELETE-FILE|FILE-POSITION|FILE-SIZE|INCLUDE-FILE|INCLUDED|OPEN-FILE|R\/O|R\/W|READ-FILE|READ-LINE|REPOSITION-FILE|RESIZE-FILE|S\"|SOURCE-ID|W/O|WRITE-FILE|WRITE-LINE|FILE-STATUS|FLUSH-FILE|REFILL|RENAME-FILE|>float|d>f|f!|f\*|f\+|f-|f\/|f0<|f0=|f<|f>d|f@|falign|faligned|fconstant|fdepth|fdrop|fdup|fliteral|float\+|floats|floor|fmax|fmin|fnegate|fover|frot|fround|fswap|fvariable|represent|df!|df@|dfalign|dfaligned|dfloat\+|dfloats|f\*\*|f\.|fabs|facos|facosh|falog|fasin|fasinh|fatan|fatan2|fatanh|fcos|fcosh|fe\.|fexp|fexpm1|fln|flnp1|flog|fs\.|fsin|fsincos|fsinh|fsqrt|ftan|ftanh|f~|precision|set-precision|sf!|sf@|sfalign|sfaligned|sfloat\+|sfloats|\(local\)|to|locals\||allocate|free|resize|definitions|find|forth-wordlist|get-current|get-order|search-wordlist|set-current|set-order|wordlist|also|forth|only|order|previous|-trailing|\/string|blank|cmove|cmove>|compare|search|sliteral|.s|dump|see|words|;code|ahead|assembler|bye|code|cs-pick|cs-roll|editor|state|\[else\]|\[if\]|\[then\]|forget|defer|defer@|defer!|action-of|begin-structure|field:|buffer:|parse-name|buffer:|traverse-wordlist|n>r|nr>|2value|fvalue|name>interpret|name>compile|name>string|cfield:|end-structure)\s`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/forth.go:25:			{`(\$[0-9A-F]+)`, LiteralNumberHex, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/forth.go-26-			{`(\#|%|&|\-|\+)?[0-9]+`, LiteralNumberInteger, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fsharp.go-40-			{"(!=|#|&&|&|\\(|\\)|\\*|\\+|,|-\\.|->|-|\\.\\.|\\.|::|:=|:>|:|;;|;|<-|<\\]|<|>\\]|>|\\?\\?|\\?|\\[<|\\[\\||\\[|\\]|_|`|\\{|\\|\\]|\\||\\}|~|<@@|<@|=|@>|@@>)", Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fsharp.go:41:			{`([=<>@^|&+\*/$%-]|[!?~])?[!$%&*+\./:<=>?@^|~-]`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fsharp.go-42-			{`\b(and|or|not)\b`, OperatorWord, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fortran.go-22-			Include("core"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fortran.go:23:			{`[a-z][\w$]*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fortran.go-24-			Include("nums"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/factor.go-61-			{`[tf]\s`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/factor.go:62:			{`[\\$]\s+\S+`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/factor.go-63-			{`M\\\s+\S+\s+\S+`, NameConstant, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go-22-		"interp": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go:23:			{`\$\(\(`, Keyword, Push("math")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go-24-			{`\(`, Keyword, Push("paren")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go:25:			{`\$#?(\w+|.)`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go-26-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go-36-		"data": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go:37:			{`(?s)\$?"(\\\\|\\[0-7]+|\\.|[^"\\$])*"`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go-38-			{`"`, LiteralStringDouble, Push("string")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go:39:			{`(?s)\$'(\\\\|\\[0-7]+|\\.|[^'\\])*'`, LiteralStringSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go-40-			{`(?s)'.*?'`, LiteralStringSingle, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go-48-			{`"`, LiteralStringDouble, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go:49:			{`(?s)(\\\\|\\[0-7]+|\\.|[^"\\$])+`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/f/fish.go-50-			Include("interp"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go-47-			{`->`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go:48:			{`(>|\$|%|<|@|<>)(/|eof\b)`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go:49:			{`(>|\$|%|<|@|<>)(!|err\b)`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go:50:			{`(>|\$|%|<|@|<>)(\^|lerr\b)`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go:51:			{`(>|\$|%|<|@|<>)(~|to\b)`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go:52:			{`(>|\$|%|<|@|<>)(\*|from\b)`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go:53:			{`>|@|\$|%`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go-54-			{`\*|\?|\+|\{[0-9]*,[0-9]*\}`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go-70-		"host": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go:71:			{`([^{}\'"/#]+|[^\\]\\[{}]|"(\\\\|\\"|[^"])*"|'(\\\\|\\'|[^'])*'|//.*$\n?|/\*(.|\n)*?\*/|\#.*$\n?|/(?!\*)(\\\\|\\/|[^/])*/|/)+`, Other, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ragel.go-72-			{`\{`, Punctuation, Push()},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/racket.go-35-			{`#?"`, LiteralStringDouble, Push("#pop", "string")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/racket.go:36:			{`#<<(.+)\n(^(?!\1$).*$\n)*^\1$`, LiteralStringHeredoc, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/racket.go-37-			{`#\\(u[\da-fA-F]{1,4}|U[\da-fA-F]{1,8})`, LiteralStringChar, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/r.go-30-			{`<<?-|->>?|-|==|<=|>=|<|>|&&?|!=|\|\|?|\?`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/r.go:31:			{`\*|\+|\^|/|!|%[^%]*%|=|~|\$|@|:{1,3}`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/r.go-32-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/rust.go-32-			{`"(?:\\.|[^\\\r\n"])*"`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/rust.go:33:			{`\$([a-zA-Z_]\w*|\(,?|\),?|,?)`, CommentPreproc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/rust.go-34-			{Words(``, `\b`, `as`, `box`, `const`, `crate`, `else`, `extern`, `for`, `if`, `impl`, `in`, `loop`, `match`, `move`, `mut`, `pub`, `ref`, `return`, `static`, `super`, `trait`, `unsafe`, `use`, `where`, `while`), Keyword, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ruby.go-44-			{`@[a-zA-Z_]\w*`, NameVariableInstance, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ruby.go:45:			{`\$\w+`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ruby.go-46-			{"\\$[!@&`\\'+~=/\\\\,;.<>_*$?:\"^-]", NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ruby.go:47:			{`\$-[0adFiIlpvw]`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ruby.go-48-			{`::`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ruby.go-83-			{`#@@?[a-zA-Z_]\w*`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ruby.go:84:			{`#\$[a-zA-Z_]\w*`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/ruby.go-85-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/reasonml.go-30-			{"(~|\\}|\\|]|\\||\\|\\||\\{<|\\{|`|_|]|\\[\\||\\[>|\\[<|\\[|\\?\\?|\\?|>\\}|>]|>|=|<-|<|;;|;|:>|:=|::|:|\\.\\.\\.|\\.\\.|\\.|=>|-\\.|-|,|\\+|\\*|\\)|\\(|&&|&|#|!=)", OperatorWord, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/reasonml.go:31:			{`([=<>@^|&+\*/$%-]|[!?~])?[!$%&*+\./:<=>?@^|~-]`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/r/reasonml.go-32-			{`\b(and|asr|land|lor|lsl|lsr|lxor|mod|or)\b`, OperatorWord, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/erlang.go-36-			{`\?(?:(?:[A-Z_]\w*)|(?:[a-z]\w*|'[^\n']*[^\\]'))`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/erlang.go:37:			{`\$(?:(?:\\(?:[bdefnrstv\'"\\]|[0-7][0-7]?[0-7]?|(?:x[0-9a-fA-F]{2}|x\{[0-9a-fA-F]+\})|\^[a-zA-Z]))|\\[ %]|[^\\])`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/erlang.go-38-			{`#(?:[a-z]\w*|'[^\n']*[^\\]')(:?\.(?:[a-z]\w*|'[^\n']*[^\\]'))?`, NameLabel, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go-540-			{`\?([^\\]|\\.)`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go:541:			{`:((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go:542:			{`::((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go:543:			{`'((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go-544-			{`'`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go-549-			{`\[|\]`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go:550:			{`#:((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go-551-			{`#\^\^?`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go-560-			{"(t|nil)(?=[ \"()\\]\\'\\n,;`])", NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go:561:			{`\*((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)\*`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go:562:			{`((?:\\.|[\w!$%&*+-/<=>?@^{}~|])(?:\\.|[\w!$%&*+-/<=>?@^{}~|]|[#.:])*)`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/e/emacs.go-563-			{`#\(`, Operator, Push("body")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/README.md-32-	+ In the regular command prompt window, the `set` command sets an environment variable for the current session: `set RECORD=true`. See [this page](https://superuser.com/questions/212150/how-to-set-env-variable-in-windows-cmd-line) for more.
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/README.md:33:	+ In PowerShell, you can use the `$env:RECORD = 'true'` command for that. See [this article](https://mcpmag.com/articles/2019/03/28/environment-variables-in-powershell.aspx) for more.
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/README.md-34-	+ You can also make a persistent environment variable by hand in the Windows computer settings. See [this article](https://www.computerhope.com/issues/ch000549.htm) for how.
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/v/verilog.go-46-			{`[a-zA-Z_]\w*:(?!:)`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/v/verilog.go:47:			{`\$?[a-zA-Z_]\w*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/v/verilog.go-48-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/v/vue.go-53-			{`(Array|Boolean|Date|Error|Function|Math|netscape|Number|Object|Packages|RegExp|String|Promise|Proxy|sun|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|Error|eval|isFinite|isNaN|isSafeInteger|parseFloat|parseInt|document|this|window)\b`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/v/vue.go:54:			{`(?:[$_A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮]|\\u[a-fA-F0-9]{4})(?:(?:[$A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮̀-ͯ҃-֑҇-ֽֿׁ-ׂׄ-ׇׅؐ-ًؚ-ٰٟۖ-ۜ۟-ۤۧ-۪ۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ंऺ़ु-ै्॑-ॗॢ-ॣঁ়ু-ৄ্ৢ-ৣ৾ਁ-ਂ਼ੁ-ੂੇ-ੈੋ-੍ੑੰ-ੱੵઁ-ં઼ુ-ૅે-ૈ્ૢ-ૣૺ-૿ଁ଼ିୁ-ୄ୍ୖୢ-ୣஂீ்ఀఄా-ీె-ైొ-్ౕ-ౖౢ-ౣಁ಼ಿೆೌ-್ೢ-ೣഀ-ഁ഻-഼ു-ൄ്ൢ-ൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົ-ຼ່-ໍ༘-ཱ༹༙༵༷-ཾྀ-྄྆-྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္-်ွ-ှၘ-ၙၞ-ၠၱ-ၴႂႅ-ႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒ-ᝓᝲ-ᝳ឴-឵ិ-ួំ៉-៓៝᠋-᠍ᢅ-ᢆᢩᤠ-ᤢᤧ-ᤨᤲ᤹-᤻ᨗ-ᨘᨛᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼᪰-᪽ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀ-ᮁᮢ-ᮥᮨ-ᮩ᮫-ᮭ᯦ᯨ-ᯩᯭᯯ-ᯱᰬ-ᰳᰶ-᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸-᳹᷀-᷹᷻-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙〭-゚꙯ꙴ-꙽ꚞ-ꚟ꛰-꛱ꠂ꠆ꠋꠥ-ꠦ꣄-ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꧥꨩ-ꨮꨱ-ꨲꨵ-ꨶꩃꩌꩼꪰꪲ-ꪴꪷ-ꪸꪾ-꪿꫁ꫬ-ꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-𐇽𐋠︯𐍶-𐍺𐨁-𐨃𐨅-𐨆𐨌-𐨏𐨸-𐨿𐨺𐫥-𐫦𐴤-𐽆𐴧-𐽐𑀁𑀸-𑁆𑁿-𑂁𑂳-𑂶𑂹-𑂺𑄀-𑄂𑄧-𑄫𑄭-𑅳𑄴𑆀-𑆁𑆶-𑆾𑇉-𑇌𑈯-𑈱𑈴𑈶-𑈷𑈾𑋟𑋣-𑋪𑌀-𑌁𑌻-𑌼𑍀𑍦-𑍬𑍰-𑍴𑐸-𑐿𑑂-𑑄𑑆𑑞𑒳-𑒸𑒺𑒿-𑓀𑓂-𑓃𑖲-𑖵𑖼-𑖽𑖿-𑗀𑗜-𑗝𑘳-𑘺𑘽𑘿-𑙀𑚫𑚭𑚰-𑚵𑚷𑜝-𑜟𑜢-𑜥𑜧-𑜫𑠯-𑠷𑠹-𑠺𑨁-𑨊𑨳-𑨸𑨻-𑨾𑩇𑩑-𑩖𑩙-𑩛𑪊-𑪖𑪘-𑪙𑰰-𑰶𑰸-𑰽𑰿𑲒-𑲧𑲪-𑲰𑲲-𑲳𑲵-𑲶𑴱-𑴶𑴺𑴼-𑴽𑴿-𑵅𑵇𑶐-𑶑𑶕𑶗𑻳-𑻴𖫰-𖫴𖬰-𖬶𖾏-𖾒𛲝-𛲞𝅧-𝅩𝅻-𝆂𝆅-𝆋𝆪-𝆭𝉂-𝉄𝨀-𝨶𝨻-𝩬𝩵𝪄𝪛-𝪟𝪡-𝪯𞀀-𞀆𞀈-𞀘𞀛-𞀡𞀣-𞀤𞀦-𞣐𞀪-𞣖𞥄-𞥊󠄀-󠇯ःऻा-ीॉ-ौॎ-ॏং-ঃা-ীে-ৈো-ৌৗਃਾ-ੀઃા-ીૉો-ૌଂ-ଃାୀେ-ୈୋ-ୌୗா-ிு-ூெ-ைொ-ௌௗఁ-ఃు-ౄಂ-ಃಾೀ-ೄೇ-ೈೊ-ೋೕ-ೖം-ഃാ-ീെ-ൈൊ-ൌൗං-ඃා-ෑෘ-ෟෲ-ෳ༾-༿ཿါ-ာေးျ-ြၖ-ၗၢ-ၤၧ-ၭႃ-ႄႇ-ႌႏႚ-ႜាើ-ៅះ-ៈᤣ-ᤦᤩ-ᤫᤰ-ᤱᤳ-ᤸᨙ-ᨚᩕᩗᩡᩣ-ᩤᩭ-ᩲᬄᬵᬻᬽ-ᭁᭃ-᭄ᮂᮡᮦ-ᮧ᮪ᯧᯪ-ᯬᯮ᯲-᯳ᰤ-ᰫᰴ-ᰵ᳡ᳲ-ᳳ᳷〮-〯ꠣ-ꠤꠧꢀ-ꢁꢴ-ꣃꥒ-꥓ꦃꦴ-ꦵꦺ-ꦻꦽ-꧀ꨯ-ꨰꨳ-ꨴꩍꩻꩽꫫꫮ-ꫯꫵꯣ-ꯤꯦ-ꯧꯩ-ꯪ꯬𑀀𑀂𑂂𑂰-𑂲𑂷-𑂸𑄬𑅅-𑅆𑆂𑆳-𑆵𑆿-𑇀𑈬-𑈮𑈲-𑈳𑈵𑋠-𑋢𑌂-𑌃𑌾-𑌿𑍁-𑍄𑍇-𑍈𑍋-𑍍𑍗𑍢-𑍣𑐵-𑐷𑑀-𑑁𑑅𑒰-𑒲𑒹𑒻-𑒾𑓁𑖯-𑖱𑖸-𑖻𑖾𑘰-𑘲𑘻-𑘼𑘾𑚬𑚮-𑚯𑚶𑜠-𑜡𑜦𑠬-𑠮𑠸𑨹𑩗-𑩘𑪗𑰯𑰾𑲩𑲱𑲴𑶊-𑶎𑶓-𑶔𑶖𑻵-𑻶𖽑-𖽾𝅥-𝅦𝅭-𝅲0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯෦-෯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9𐒠-𐒩𐴰-𐴹𑁦-𑁯𑃰-𑃹𑄶-𑄿𑇐-𑇙𑋰-𑋹𑑐-𑑙𑓐-𑓙𑙐-𑙙𑛀-𑛉𑜰-𑜹𑣠-𑣩𑱐-𑱙𑵐-𑵙𑶠-𑶩𖩠-𖩩𖭐-𖭙𝟎-𝟿𞥐-𞥙_‿-⁀⁔︳-︴﹍-﹏_‌‍]|\\u[a-fA-F0-9]{4}))*`, NameOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/v/vue.go-55-			{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/v/vue.go-62-			{"\\\\`", LiteralStringBacktick, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/v/vue.go:63:			{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/v/vue.go-64-			{`\$`, LiteralStringBacktick, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/modula2.go-32-		"identifiers": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/modula2.go:33:			{`([a-zA-Z_$][\w$]*)`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/modula2.go-34-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/modula2.go-91-			{`^//.*?\n`, CommentSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/modula2.go:92:			{`\(\*([^$].*?)\*\)`, CommentMultiline, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/modula2.go-93-			{`/\*(.*?)\*/`, CommentMultiline, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/modula2.go-96-			{`<\*.*?\*>`, CommentPreproc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/modula2.go:97:			{`\(\*\$.*?\*\)`, CommentPreproc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/modula2.go-98-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/monkeyc.go-35-			{`\b(Activity(Monitor|Recording)?|Ant(Plus)?|Application|Attention|Background|Communications|Cryptography|FitContributor|Graphics|Gregorian|Lang|Math|Media|Persisted(Content|Locations)|Position|Properties|Sensor(History|Logging)?|Storage|StringUtil|System|Test|Time(r)?|Toybox|UserProfile|WatchUi|Rez|Drawables|Strings|Fonts|method)\b`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/monkeyc.go:36:			{`\b(me|self|\$)\b`, NameBuiltinPseudo, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/monkeyc.go-37-			{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mako.go-26-			{`(<%(?:!?))(.*?)(%>)(?s)`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mako.go:27:			{`(\$\{)(.*?)(\})`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mako.go-28-			{`(?sx)
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mlir.go-19-			{`c?"[^"]*?"`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mlir.go:20:			{`\^([-a-zA-Z$._][\w\-$.0-9]*)\s*`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mlir.go:21:			{`([\w\d_$.]+)\s*=`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mlir.go-22-			Include("keyword"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mlir.go-23-			{`->`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mlir.go:24:			{`@([\w_][\w\d_$.]*)`, NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mlir.go:25:			{`[%#][\w\d_$.]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/mlir.go-26-			{`([1-9?][\d?]*\s*x)+`, LiteralNumber, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-20-			{`^(?:[\t ]+.*\n|\n)+`, Using(Bash), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go:21:			{`\$[<@$+%?|*]`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-22-			{`\s+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-23-			{`#.*?\n`, Comment, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go:24:			{`(export)(\s+)(?=[\w${}\t -]+\n)`, ByGroups(Keyword, Text), Push("export")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-25-			{`export\s+`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go:26:			{`([\w${}().-]+)(\s*)([!?:+]?=)([ \t]*)((?:.*\\\n)+|.*\n)`, ByGroups(NameVariable, Text, Operator, Text, Using(Bash)), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-27-			{`(?s)"(\\\\|\\.|[^"\\])*"`, LiteralStringDouble, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-29-			{`([^\n:]+)(:+)([ \t]*)`, ByGroups(NameFunction, Operator, Text), Push("block-header")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go:30:			{`\$\(`, Keyword, Push("expansion")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-31-		},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-32-		"expansion": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go:33:			{`[^$a-zA-Z_()]+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-34-			{`[a-zA-Z_]+`, NameVariable, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-39-		"export": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go:40:			{`[\w${}-]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-41-			{`\n`, Text, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-47-			{`\\\n`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go:48:			{`\$\(`, Keyword, Push("expansion")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/m/make.go-49-			{`[a-zA-Z_]+`, Name, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go-29-			{`__(traits|vector|parameters)\b`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go:30:			{`((?:(?:[^\W\d]|\$)[\w.\[\]$<>]*\s+)+?)((?:[^\W\d]|\$)[\w$]*)(\s*)(\()`, ByGroups(UsingSelf("root"), NameFunction, Text, Operator), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go-31-
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go-47-			{`'\\.'|'[^\\]'|'\\u[0-9a-fA-F]{4}'`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go:48:			{`(\.)((?:[^\W\d]|\$)[\w$]*)`, ByGroups(Operator, NameAttribute), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go:49:			{`^\s*([^\W\d]|\$)[\w$]*:`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go-50-
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go-58-			{`([~^*!%&\[\](){}<>|+=:;,./?-]|q{)`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go:59:			{`([^\W\d]|\$)[\w$]*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go-60-			{`\n`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go-62-		"class": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go:63:			{`([^\W\d]|\$)[\w$]*`, NameClass, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/d.go-64-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-31-			{`[~!%^&*+=|?:<>/-]|as\b`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:32:			{`[a-zA-Z_$]\w*:`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:33:			{`[a-zA-Z_$]\w*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-34-			{`[(){}\[\],.;]`, Punctuation, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-40-		"class": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:41:			{`[a-zA-Z_$]\w*`, NameClass, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-42-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-46-			{`\b(as|show|hide)\b`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:47:			{`[a-zA-Z_$]\w*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-48-			{`\,`, Punctuation, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-61-		"string_common": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:62:			{`\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|u\{[0-9A-Fa-f]*\}|[a-z'\"$\\])`, LiteralStringEscape, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:63:			{`(\$)([a-zA-Z_]\w*)`, ByGroups(LiteralStringInterpol, Name), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:64:			{`(\$\{)(.*?)(\})`, ByGroups(LiteralStringInterpol, UsingSelf("root"), LiteralStringInterpol), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-65-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-67-			{`"`, LiteralStringDouble, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:68:			{`[^"$\\\n]+`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-69-			Include("string_common"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:70:			{`\$+`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-71-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-73-			{`"""`, LiteralStringDouble, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:74:			{`[^"$\\]+`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-75-			Include("string_common"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:76:			{`(\$|\")+`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-77-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-79-			{`'`, LiteralStringSingle, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:80:			{`[^'$\\\n]+`, LiteralStringSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-81-			Include("string_common"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:82:			{`\$+`, LiteralStringSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-83-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-85-			{`'''`, LiteralStringSingle, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:86:			{`[^\'$\\]+`, LiteralStringSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-87-			Include("string_common"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go:88:			{`(\$|\')+`, LiteralStringSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/d/dart.go-89-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go-21-			Include("interp"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go:22:			{`[^${}#=:\n.]+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go-23-			{`.`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go-25-		"interp": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go:26:			{`\$\$`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go:27:			{`\$\{`, LiteralStringInterpol, Push("curly")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go-28-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go-36-			{`\n`, Text, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go:37:			{`[^${}#\n]+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go-38-			{`.`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go-23-			{`(bigint|bigserial|bit|bit\s+varying|bool|boolean|box|bytea|char|character|character\s+varying|cidr|circle|date|decimal|double\s+precision|float4|float8|inet|int|int2|int4|int8|integer|interval|json|jsonb|line|lseg|macaddr|money|numeric|path|pg_lsn|point|polygon|real|serial|serial2|serial4|serial8|smallint|smallserial|text|time|timestamp|timestamptz|timetz|tsquery|tsvector|txid_snapshot|uuid|varbit|varchar|with\s+time\s+zone|without\s+time\s+zone|xml|anyarray|anyelement|anyenum|anynonarray|anyrange|cstring|fdw_handler|internal|language_handler|opaque|record|void)\b`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go:24:			{`(?s)(DO)(\s+)(?:(LANGUAGE)?(\s+)('?)(\w+)?('?)(\s+))?(\$)([^$]*)(\$)(.*?)(\$)(\10)(\$)`,
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go-25-				UsingByGroup(
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go-38-			{`::`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go:39:			{`\$\d+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go-40-			{`([0-9]*\.[0-9]*|[0-9]+)(e[+-]?[0-9]+)?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go-43-			{`((?:U&)?)(")`, ByGroups(LiteralStringAffix, LiteralStringName), Push("quoted-ident")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go:44:			{`(?s)(\$)([^$]*)(\$)(.*?)(\$)(\2)(\$)(\s+)(LANGUAGE)?(\s+)('?)(\w+)?('?)`,
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go-45-				UsingByGroup(internal.Get,
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go-54-			},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go:55:			{`(?s)(\$)([^$]*)(\$)(.*?)(\$)(\2)(\$)`, LiteralStringHeredoc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/postgres.go-56-			{`[a-z_]\w*`, Name, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go-21-			{`\s+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go:22:			{`^(\s*#[#\s]*)(\.(?:component|description|example|externalhelp|forwardhelpcategory|forwardhelptargetname|functionality|inputs|link|notes|outputs|parameter|remotehelprunspace|role|synopsis))([^\n]*$)`, ByGroups(Comment, LiteralStringDoc, Comment), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go-23-			{`#[^\n]*?$`, Comment, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go-30-			{`'([^']|'')*'`, LiteralStringSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go:31:			{`(\$|@@|@)((global|script|private|env):)?\w+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go-32-			{`(while|validateset|validaterange|validatepattern|validatelength|validatecount|until|trap|switch|return|ref|process|param|parameter|in|if|global:|function|foreach|for|finally|filter|end|elseif|else|dynamicparam|do|default|continue|cmdletbinding|break|begin|alias|\?|%|#script|#private|#local|#global|mandatory|parametersetname|position|valuefrompipeline|valuefrompipelinebypropertyname|valuefromremainingarguments|helpmessage|try|catch|throw)\b`, Keyword, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go-53-			{"[^$`\"]+", LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go:54:			{`\$\(`, Punctuation, Push("child")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go-55-			{`""`, LiteralStringDouble, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go-60-			{`\n"@`, LiteralStringHeredoc, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go:61:			{`\$\(`, Punctuation, Push("child")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/powershell.go-62-			{`[^@\n]+"]`, LiteralStringHeredoc, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/plsql.go-30-			{`::`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/plsql.go:31:			{`\$\d+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/plsql.go-32-			{`([0-9]*\.[0-9]*|[0-9]+)(e[+-]?[0-9]+)?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/plsql.go-35-			{`((?:U&)?)(")`, ByGroups(LiteralStringAffix, LiteralStringName), Push("quoted-ident")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/plsql.go:36:			// { `(?s)(\$)([^$]*)(\$)(.*?)(\$)(\2)(\$)`, ?? <function language_callback at 0x108964400> ??, nil },
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/plsql.go-37-			{`[a-z_]\w*`, Name, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go-27-			{`%(\\\\|\\[^\\]|[^\\%])*%[egimosx]*`, LiteralStringRegex, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go:28:			{`\$(\\\\|\\[^\\]|[^\\$])*\$[egimosx]*`, LiteralStringRegex, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go-29-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go-46-			{`m?/(\\\\|\\[^\\]|[^\\/\n])*/[gcimosx]*`, LiteralStringRegex, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go:47:			{`m(?=[/!\\{<\[(@%$])`, LiteralStringRegex, Push("balanced-regex")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go-48-			{`((?<==~)|(?<=\())\s*/(\\\\|\\[^\\]|[^\\/])*/[gcimosx]*`, LiteralStringRegex, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go-53-			{`__END__`, CommentPreproc, Push("end-part")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go:54:			{`\$\^[ADEFHILMOPSTWX]`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go-55-			{"\\$[\\\\\\\"\\[\\]'&`+*.,;=%~?@$!<>(^|/-](?!\\w)", NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go:56:			{`[$@%#]+`, NameVariable, Push("varname")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go-57-			{`0_?[0-7]+(_[0-7]+)*`, LiteralNumberOct, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go-101-			{`\s+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go:102:			{`(\([$@%]*\))(\s*)`, ByGroups(Punctuation, Text), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/perl.go-103-			{`;`, Punctuation, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/prolog.go-35-			{`([a-z]+)(:)`, ByGroups(NameNamespace, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/prolog.go:36:			{`([a-zÀ-῿぀-퟿-￯][\w$À-῿぀-퟿-￯]*)(\s*)(:-|-->)`, ByGroups(NameFunction, Text, Operator), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/prolog.go:37:			{`([a-zÀ-῿぀-퟿-￯][\w$À-῿぀-퟿-￯]*)(\s*)(\()`, ByGroups(NameFunction, Text, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/prolog.go:38:			{`[a-zÀ-῿぀-퟿-￯][\w$À-῿぀-퟿-￯]*`, LiteralStringAtom, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/prolog.go-39-			{`[#&*+\-./:<=>?@\\^~¡-¿‐-〿]+`, LiteralStringAtom, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pacman.go-21-			{`^(\s*)(\w+)(\s*)$`, ByGroups(Text, NameAttribute, Text), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pacman.go:22:			{Words(``, `\b`, `$repo`, `$arch`, `%o`, `%u`), NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/pacman.go-23-			{`.`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/puppet.go-36-			{`[a-zA-Z_]\w*`, NameAttribute, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/puppet.go:37:			{`(\$\S+)(\[)(\S+)(\])`, ByGroups(NameVariable, Punctuation, LiteralString, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/puppet.go:38:			{`\$\S+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/p/puppet.go-39-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript.go-30-			{Words(``, `\b`, `decodeURI`, `decodeURIComponent`, `encodeURI`, `escape`, `eval`, `isFinite`, `isNaN`, `isXMLName`, `clearInterval`, `fscommand`, `getTimer`, `getURL`, `getVersion`, `parseFloat`, `parseInt`, `setInterval`, `trace`, `updateAfterEvent`, `unescape`), NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript.go:31:			{`[$a-zA-Z_]\w*`, NameOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript.go-32-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go-63-			{`<<([^>]|>[^>])>>`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go:64:			{`\$?[A-Z_]\w*`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go:65:			{`\$?[a-z_]\w*`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go-66-			{`(\+|\||->|=>|=|\(|\)|\.\.|\.|\?|\*|\^|!|\#|~)`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go-86-		"action": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go:87:			{`([^${}\'"/\\]+|"(\\\\|\\"|[^"])*"|'(\\\\|\\'|[^'])*'|//.*$\n?|/\*(.|\n)*?\*/|/(?!\*)(\\\\|\\/|[^/])*/|\\(?!%)|/)+`, Other, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go-88-			{`(\\)(%)`, ByGroups(Punctuation, Other), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go:89:			{`(\$[a-zA-Z]+)(\.?)(text|value)?`, ByGroups(NameVariable, Punctuation, NameProperty), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go-90-			{`\{`, Punctuation, Push()},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go-93-		"nested-arg-action": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go:94:			{`([^$\[\]\'"/]+|"(\\\\|\\"|[^"])*"|'(\\\\|\\'|[^'])*'|//.*$\n?|/\*(.|\n)*?\*/|/(?!\*)(\\\\|\\/|[^/])*/|/)+`, Other, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go-95-			{`\[`, Punctuation, Push()},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go-96-			{`\]`, Punctuation, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go:97:			{`(\$[a-zA-Z]+)(\.?)(text|value)?`, ByGroups(NameVariable, Punctuation, NameProperty), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/antlr.go-98-			{`(\\\\|\\\]|\\\[|[^\[\]])+`, Other, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/awk.go-32-			Include("commentsandwhitespace"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/awk.go:33:			{`\+\+|--|\|\||&&|in\b|\$|!?~|(\*\*|[-<>+*%\^/!=|])=?`, Operator, Push("slashstartsregex")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/awk.go-34-			{`[{(\[;,]`, Punctuation, Push("slashstartsregex")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/awk.go-39-			{`(ARGC|ARGIND|ARGV|BEGIN|CONVFMT|ENVIRON|END|ERRNO|FIELDWIDTHS|FILENAME|FNR|FS|IGNORECASE|NF|NR|OFMT|OFS|ORFS|RLENGTH|RS|RSTART|RT|SUBSEP)\b`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/awk.go:40:			{`[$a-zA-Z_]\w*`, NameOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/awk.go-41-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-19-			{`\s+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go:20:			{`(function\s+)([$a-zA-Z_]\w*)(\s*)(\()`, ByGroups(KeywordDeclaration, NameFunction, Text, Operator), Push("funcparams")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go:21:			{`(var|const)(\s+)([$a-zA-Z_]\w*)(\s*)(:)(\s*)([$a-zA-Z_]\w*(?:\.<\w+>)?)`, ByGroups(KeywordDeclaration, Text, Name, Text, Punctuation, Text, KeywordType), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go:22:			{`(import|package)(\s+)((?:[$a-zA-Z_]\w*|\.)+)(\s*)`, ByGroups(Keyword, Text, NameNamespace, Text), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go:23:			{`(new)(\s+)([$a-zA-Z_]\w*(?:\.<\w+>)?)(\s*)(\()`, ByGroups(Keyword, Text, KeywordType, Text, Operator), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-24-			{`//.*?\n`, CommentSingle, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-26-			{`/(\\\\|\\/|[^\n])*/[gisx]*`, LiteralStringRegex, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go:27:			{`(\.)([$a-zA-Z_]\w*)`, ByGroups(Operator, NameAttribute), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-28-			{`(case|default|for|each|in|while|do|break|return|continue|if|else|throw|try|catch|with|new|typeof|arguments|instanceof|this|switch|import|include|as|is)\b`, Keyword, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-31-			{`(decodeURI|decodeURIComponent|encodeURI|escape|eval|isFinite|isNaN|isXMLName|clearInterval|fscommand|getTimer|getURL|getVersion|isFinite|parseFloat|parseInt|setInterval|trace|updateAfterEvent|unescape)\b`, NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go:32:			{`[$a-zA-Z_]\w*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-33-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-41-			{`\s+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go:42:			{`(\s*)(\.\.\.)?([$a-zA-Z_]\w*)(\s*)(:)(\s*)([$a-zA-Z_]\w*(?:\.<\w+>)?|\*)(\s*)`, ByGroups(Text, Punctuation, Name, Text, Operator, Text, KeywordType, Text), Push("defval")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-43-			{`\)`, Operator, Push("type")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-45-		"type": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go:46:			{`(\s*)(:)(\s*)([$a-zA-Z_]\w*(?:\.<\w+>)?|\*)`, ByGroups(Text, Operator, Text, KeywordType), Pop(2)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go-47-			{`\s+`, Text, Pop(2)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coq.go-28-			{"(\u03bb|\u03a0|\\|\\}|\\{\\||\\\\/|/\\\\|=>|~|\\}|\\|]|\\||\\{<|\\{|`|_|]|\\[\\||\\[>|\\[<|\\[|\\?\\?|\\?|>\\}|>]|>|=|<->|<-|<|;;|;|:>|:=|::|:|\\.\\.|\\.|->|-\\.|-|,|\\+|\\*|\\)|\\(|&&|&|#|!=)", Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coq.go:29:			{`([=<>@^|&+\*/$%-]|[!?~])?[!$%&*+\./:<=>?@^|~-]`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coq.go-30-			{`\b(unit|nat|bool|string|ascii|list)\b`, KeywordType, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coffee.go-43-			{`[})\].]`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coffee.go:44:			{`(?<![.$])(for|own|in|of|while|until|loop|break|return|continue|switch|when|then|if|unless|else|throw|try|catch|finally|new|delete|typeof|instanceof|super|extends|this|class|by)\b`, Keyword, Push("slashstartsregex")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coffee.go:45:			{`(?<![.$])(true|false|yes|no|on|off|null|NaN|Infinity|undefined)\b`, KeywordConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coffee.go-46-			{`(Array|Boolean|Date|Error|Function|Math|netscape|Number|Object|Packages|RegExp|String|sun|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|isNaN|parseFloat|parseInt|document|window)\b`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coffee.go:47:			{`[$a-zA-Z_][\w.:$]*\s*[:=]\s`, NameVariable, Push("slashstartsregex")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coffee.go:48:			{`@[$a-zA-Z_][\w.:$]*\s*[:=]\s`, NameVariableInstance, Push("slashstartsregex")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coffee.go-49-			{`@`, NameOther, Push("slashstartsregex")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coffee.go:50:			{`@?[$a-zA-Z_][\w$]*`, NameOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coffee.go-51-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/csharp.go-28-			{`@"(""|[^"])*"`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/csharp.go:29:			{`\$@?"(""|[^"])*"`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/csharp.go-30-			{`"(\\\\|\\"|[^"\n])*["\n]`, LiteralString, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/clojure.go-23-			{`"(\\\\|\\"|[^"])*"`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/clojure.go:24:			{`'(?!#)[\w!$%*+<=>?/.#-]+`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/clojure.go-25-			{`\\(.|[a-z]+)`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/clojure.go:26:			{`::?#?(?!#)[\w!$%*+<=>?/.#-]+`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/clojure.go-27-			{"~@|[`\\'#^~&@]", Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/clojure.go-30-			{Words(``, ` `, `*`, `+`, `-`, `->`, `/`, `<`, `<=`, `=`, `==`, `>`, `>=`, `..`, `accessor`, `agent`, `agent-errors`, `aget`, `alength`, `all-ns`, `alter`, `and`, `append-child`, `apply`, `array-map`, `aset`, `aset-boolean`, `aset-byte`, `aset-char`, `aset-double`, `aset-float`, `aset-int`, `aset-long`, `aset-short`, `assert`, `assoc`, `await`, `await-for`, `bean`, `binding`, `bit-and`, `bit-not`, `bit-or`, `bit-shift-left`, `bit-shift-right`, `bit-xor`, `boolean`, `branch?`, `butlast`, `byte`, `cast`, `char`, `children`, `class`, `clear-agent-errors`, `comment`, `commute`, `comp`, `comparator`, `complement`, `concat`, `conj`, `cons`, `constantly`, `cond`, `if-not`, `construct-proxy`, `contains?`, `count`, `create-ns`, `create-struct`, `cycle`, `dec`, `deref`, `difference`, `disj`, `dissoc`, `distinct`, `doall`, `doc`, `dorun`, `doseq`, `dosync`, `dotimes`, `doto`, `double`, `down`, `drop`, `drop-while`, `edit`, `end?`, `ensure`, `eval`, `every?`, `false?`, `ffirst`, `file-seq`, `filter`, `find`, `find-doc`, `find-ns`, `find-var`, `first`, `float`, `flush`, `for`, `fnseq`, `frest`, `gensym`, `get-proxy-class`, `get`, `hash-map`, `hash-set`, `identical?`, `identity`, `if-let`, `import`, `in-ns`, `inc`, `index`, `insert-child`, `insert-left`, `insert-right`, `inspect-table`, `inspect-tree`, `instance?`, `int`, `interleave`, `intersection`, `into`, `into-array`, `iterate`, `join`, `key`, `keys`, `keyword`, `keyword?`, `last`, `lazy-cat`, `lazy-cons`, `left`, `lefts`, `line-seq`, `list*`, `list`, `load`, `load-file`, `locking`, `long`, `loop`, `macroexpand`, `macroexpand-1`, `make-array`, `make-node`, `map`, `map-invert`, `map?`, `mapcat`, `max`, `max-key`, `memfn`, `merge`, `merge-with`, `meta`, `min`, `min-key`, `name`, `namespace`, `neg?`, `new`, `newline`, `next`, `nil?`, `node`, `not`, `not-any?`, `not-every?`, `not=`, `ns-imports`, `ns-interns`, `ns-map`, `ns-name`, `ns-publics`, `ns-refers`, `ns-resolve`, `ns-unmap`, `nth`, `nthrest`, `or`, `parse`, `partial`, `path`, `peek`, `pop`, `pos?`, `pr`, `pr-str`, `print`, `print-str`, `println`, `println-str`, `prn`, `prn-str`, `project`, `proxy`, `proxy-mappings`, `quot`, `rand`, `rand-int`, `range`, `re-find`, `re-groups`, `re-matcher`, `re-matches`, `re-pattern`, `re-seq`, `read`, `read-line`, `reduce`, `ref`, `ref-set`, `refer`, `rem`, `remove`, `remove-method`, `remove-ns`, `rename`, `rename-keys`, `repeat`, `replace`, `replicate`, `resolve`, `rest`, `resultset-seq`, `reverse`, `rfirst`, `right`, `rights`, `root`, `rrest`, `rseq`, `second`, `select`, `select-keys`, `send`, `send-off`, `seq`, `seq-zip`, `seq?`, `set`, `short`, `slurp`, `some`, `sort`, `sort-by`, `sorted-map`, `sorted-map-by`, `sorted-set`, `special-symbol?`, `split-at`, `split-with`, `str`, `string?`, `struct`, `struct-map`, `subs`, `subvec`, `symbol`, `symbol?`, `sync`, `take`, `take-nth`, `take-while`, `test`, `time`, `to-array`, `to-array-2d`, `tree-seq`, `true?`, `union`, `up`, `update-proxy`, `val`, `vals`, `var-get`, `var-set`, `var?`, `vector`, `vector-zip`, `vector?`, `when`, `when-first`, `when-let`, `when-not`, `with-local-vars`, `with-meta`, `with-open`, `with-out-str`, `xml-seq`, `xml-zip`, `zero?`, `zipmap`, `zipper`), NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/clojure.go:31:			{`(?<=\()(?!#)[\w!$%*+<=>?/.#-]+`, NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/clojure.go:32:			{`(?!#)[\w!$%*+<=>?/.#-]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/clojure.go-33-			{`(\[|\])`, Punctuation, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/crystal.go-44-			{`@[a-zA-Z_]\w*`, NameVariableInstance, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/crystal.go:45:			{`\$\w+`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/crystal.go-46-			{"\\$[!@&`\\'+~=/\\\\,;.<>_*$?:\"^-]", NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/crystal.go:47:			{`\$-[0adFiIlpvw]`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/crystal.go-48-			{`::`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cmake.go-24-			{`\)`, Punctuation, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cmake.go:25:			{`(\$\{)(.+?)(\})`, ByGroups(Operator, NameVariable, Operator), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cmake.go:26:			{`(\$ENV\{)(.+?)(\})`, ByGroups(Operator, NameVariable, Operator), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cmake.go:27:			{`(\$<)(.+?)(>)`, ByGroups(Operator, NameVariable, Operator), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cmake.go-28-			{`(?s)".*?"`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cmake.go-29-			{`\\\S+`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cmake.go:30:			{`[^)$"# \t\n]+`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cmake.go-31-			{`\n`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/ceylon.go-43-			{`#[0-9a-fA-F]+`, LiteralNumberHex, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/ceylon.go:44:			{`\$([01]{4})(_[01]{4})+`, LiteralNumberBin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/ceylon.go:45:			{`\$[01]+`, LiteralNumberBin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/ceylon.go-46-			{`\d{1,3}(_\d{3})+[kMGTP]?`, LiteralNumberInteger, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/css.go-28-			{`[\w-]+`, NameTag, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/css.go:29:			{`[~^*!%&$\[\]()<>|+=@:;,./?-]`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/css.go-30-			{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go-261-			{`"(\\.|\\\n|[^"\\])*"`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go:262:			{`:(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go:263:			{`::(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go:264:			{`:#(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go:265:			{`'(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go-266-			{`'`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go-271-			{"#\\\\.(?=[ \"()\\'\\n,;`])", LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go:272:			{`#\\(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go-273-			{`#\(`, Operator, Push("body")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go-274-			{`#\d*\*[01]*`, LiteralOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go:275:			{`#:(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go-276-			{`#[.,]`, Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go-291-			{"(t|nil)(?=[ \"()\\'\\n,;`])", NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go:292:			{`\*(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)\*`, NameVariableGlobal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go:293:			{`(\|[^|]+\||(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~])(?:\\.|[\w!$%&*+-/<=>?@\[\]^{}~]|[#.:])*)`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cl.go-294-			{`\(`, Punctuation, Push("body")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cfengine3.go-37-		"string": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cfengine3.go:38:			{`\$[{(]`, LiteralStringInterpol, Push("interpol")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cfengine3.go-39-			{`\\.`, LiteralStringEscape, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cfengine3.go-44-		"interpol": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cfengine3.go:45:			{`\$[{(]`, LiteralStringInterpol, Push()},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cfengine3.go-46-			{`[})]`, LiteralStringInterpol, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cfengine3.go:47:			{`[^${()}]+`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cfengine3.go-48-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go-29-		"core": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go:30:			{`(^|(?<=[^\w\-]))(ALL\s+)?((ZEROES)|(HIGH-VALUE|LOW-VALUE|QUOTE|SPACE|ZERO)(S)?)\s*($|(?=[^\w\-]))`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go:31:			{Words(`(^|(?<=[^\w\-]))`, `\s*($|(?=[^\w\-]))`, `ACCEPT`, `ADD`, `ALLOCATE`, `CALL`, `CANCEL`, `CLOSE`, `COMPUTE`, `CONFIGURATION`, `CONTINUE`, `DATA`, `DELETE`, `DISPLAY`, `DIVIDE`, `DIVISION`, `ELSE`, `END`, `END-ACCEPT`, `END-ADD`, `END-CALL`, `END-COMPUTE`, `END-DELETE`, `END-DISPLAY`, `END-DIVIDE`, `END-EVALUATE`, `END-IF`, `END-MULTIPLY`, `END-OF-PAGE`, `END-PERFORM`, `END-READ`, `END-RETURN`, `END-REWRITE`, `END-SEARCH`, `END-START`, `END-STRING`, `END-SUBTRACT`, `END-UNSTRING`, `END-WRITE`, `ENVIRONMENT`, `EVALUATE`, `EXIT`, `FD`, `FILE`, `FILE-CONTROL`, `FOREVER`, `FREE`, `GENERATE`, `GO`, `GOBACK`, `IDENTIFICATION`, `IF`, `INITIALIZE`, `INITIATE`, `INPUT-OUTPUT`, `INSPECT`, `INVOKE`, `I-O-CONTROL`, `LINKAGE`, `LOCAL-STORAGE`, `MERGE`, `MOVE`, `MULTIPLY`, `OPEN`, `PERFORM`, `PROCEDURE`, `PROGRAM-ID`, `RAISE`, `READ`, `RELEASE`, `RESUME`, `RETURN`, `REWRITE`, `SCREEN`, `SD`, `SEARCH`, `SECTION`, `SET`, `SORT`, `START`, `STOP`, `STRING`, `SUBTRACT`, `SUPPRESS`, `TERMINATE`, `THEN`, `UNLOCK`, `UNSTRING`, `USE`, `VALIDATE`, `WORKING-STORAGE`, `WRITE`), KeywordReserved, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go:32:			{Words(`(^|(?<=[^\w\-]))`, `\s*($|(?=[^\w\-]))`, `ACCESS`, `ADDRESS`, `ADVANCING`, `AFTER`, `ALL`, `ALPHABET`, `ALPHABETIC`, `ALPHABETIC-LOWER`, `ALPHABETIC-UPPER`, `ALPHANUMERIC`, `ALPHANUMERIC-EDITED`, `ALSO`, `ALTER`, `ALTERNATEANY`, `ARE`, `AREA`, `AREAS`, `ARGUMENT-NUMBER`, `ARGUMENT-VALUE`, `AS`, `ASCENDING`, `ASSIGN`, `AT`, `AUTO`, `AUTO-SKIP`, `AUTOMATIC`, `AUTOTERMINATE`, `BACKGROUND-COLOR`, `BASED`, `BEEP`, `BEFORE`, `BELL`, `BLANK`, `BLINK`, `BLOCK`, `BOTTOM`, `BY`, `BYTE-LENGTH`, `CHAINING`, `CHARACTER`, `CHARACTERS`, `CLASS`, `CODE`, `CODE-SET`, `COL`, `COLLATING`, `COLS`, `COLUMN`, `COLUMNS`, `COMMA`, `COMMAND-LINE`, `COMMIT`, `COMMON`, `CONSTANT`, `CONTAINS`, `CONTENT`, `CONTROL`, `CONTROLS`, `CONVERTING`, `COPY`, `CORR`, `CORRESPONDING`, `COUNT`, `CRT`, `CURRENCY`, `CURSOR`, `CYCLE`, `DATE`, `DAY`, `DAY-OF-WEEK`, `DE`, `DEBUGGING`, `DECIMAL-POINT`, `DECLARATIVES`, `DEFAULT`, `DELIMITED`, `DELIMITER`, `DEPENDING`, `DESCENDING`, `DETAIL`, `DISK`, `DOWN`, `DUPLICATES`, `DYNAMIC`, `EBCDIC`, `ENTRY`, `ENVIRONMENT-NAME`, `ENVIRONMENT-VALUE`, `EOL`, `EOP`, `EOS`, `ERASE`, `ERROR`, `ESCAPE`, `EXCEPTION`, `EXCLUSIVE`, `EXTEND`, `EXTERNAL`, `FILE-ID`, `FILLER`, `FINAL`, `FIRST`, `FIXED`, `FLOAT-LONG`, `FLOAT-SHORT`, `FOOTING`, `FOR`, `FOREGROUND-COLOR`, `FORMAT`, `FROM`, `FULL`, `FUNCTION`, `FUNCTION-ID`, `GIVING`, `GLOBAL`, `GROUP`, `HEADING`, `HIGHLIGHT`, `I-O`, `ID`, `IGNORE`, `IGNORING`, `IN`, `INDEX`, `INDEXED`, `INDICATE`, `INITIAL`, `INITIALIZED`, `INPUT`, `INTO`, `INTRINSIC`, `INVALID`, `IS`, `JUST`, `JUSTIFIED`, `KEY`, `LABEL`, `LAST`, `LEADING`, `LEFT`, `LENGTH`, `LIMIT`, `LIMITS`, `LINAGE`, `LINAGE-COUNTER`, `LINE`, `LINES`, `LOCALE`, `LOCK`, `LOWLIGHT`, `MANUAL`, `MEMORY`, `MINUS`, `MODE`, `MULTIPLE`, `NATIONAL`, `NATIONAL-EDITED`, `NATIVE`, `NEGATIVE`, `NEXT`, `NO`, `NULL`, `NULLS`, `NUMBER`, `NUMBERS`, `NUMERIC`, `NUMERIC-EDITED`, `OBJECT-COMPUTER`, `OCCURS`, `OF`, `OFF`, `OMITTED`, `ON`, `ONLY`, `OPTIONAL`, `ORDER`, `ORGANIZATION`, `OTHER`, `OUTPUT`, `OVERFLOW`, `OVERLINE`, `PACKED-DECIMAL`, `PADDING`, `PAGE`, `PARAGRAPH`, `PLUS`, `POINTER`, `POSITION`, `POSITIVE`, `PRESENT`, `PREVIOUS`, `PRINTER`, `PRINTING`, `PROCEDURE-POINTER`, `PROCEDURES`, `PROCEED`, `PROGRAM`, `PROGRAM-POINTER`, `PROMPT`, `QUOTE`, `QUOTES`, `RANDOM`, `RD`, `RECORD`, `RECORDING`, `RECORDS`, `RECURSIVE`, `REDEFINES`, `REEL`, `REFERENCE`, `RELATIVE`, `REMAINDER`, `REMOVAL`, `RENAMES`, `REPLACING`, `REPORT`, `REPORTING`, `REPORTS`, `REPOSITORY`, `REQUIRED`, `RESERVE`, `RETURNING`, `REVERSE-VIDEO`, `REWIND`, `RIGHT`, `ROLLBACK`, `ROUNDED`, `RUN`, `SAME`, `SCROLL`, `SECURE`, `SEGMENT-LIMIT`, `SELECT`, `SENTENCE`, `SEPARATE`, `SEQUENCE`, `SEQUENTIAL`, `SHARING`, `SIGN`, `SIGNED`, `SIGNED-INT`, `SIGNED-LONG`, `SIGNED-SHORT`, `SIZE`, `SORT-MERGE`, `SOURCE`, `SOURCE-COMPUTER`, `SPECIAL-NAMES`, `STANDARD`, `STANDARD-1`, `STANDARD-2`, `STATUS`, `SUM`, `SYMBOLIC`, `SYNC`, `SYNCHRONIZED`, `TALLYING`, `TAPE`, `TEST`, `THROUGH`, `THRU`, `TIME`, `TIMES`, `TO`, `TOP`, `TRAILING`, `TRANSFORM`, `TYPE`, `UNDERLINE`, `UNIT`, `UNSIGNED`, `UNSIGNED-INT`, `UNSIGNED-LONG`, `UNSIGNED-SHORT`, `UNTIL`, `UP`, `UPDATE`, `UPON`, `USAGE`, `USING`, `VALUE`, `VALUES`, `VARYING`, `WAIT`, `WHEN`, `WITH`, `WORDS`, `YYYYDDD`, `YYYYMMDD`), KeywordPseudo, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go:33:			{Words(`(^|(?<=[^\w\-]))`, `\s*($|(?=[^\w\-]))`, `ACTIVE-CLASS`, `ALIGNED`, `ANYCASE`, `ARITHMETIC`, `ATTRIBUTE`, `B-AND`, `B-NOT`, `B-OR`, `B-XOR`, `BIT`, `BOOLEAN`, `CD`, `CENTER`, `CF`, `CH`, `CHAIN`, `CLASS-ID`, `CLASSIFICATION`, `COMMUNICATION`, `CONDITION`, `DATA-POINTER`, `DESTINATION`, `DISABLE`, `EC`, `EGI`, `EMI`, `ENABLE`, `END-RECEIVE`, `ENTRY-CONVENTION`, `EO`, `ESI`, `EXCEPTION-OBJECT`, `EXPANDS`, `FACTORY`, `FLOAT-BINARY-16`, `FLOAT-BINARY-34`, `FLOAT-BINARY-7`, `FLOAT-DECIMAL-16`, `FLOAT-DECIMAL-34`, `FLOAT-EXTENDED`, `FORMAT`, `FUNCTION-POINTER`, `GET`, `GROUP-USAGE`, `IMPLEMENTS`, `INFINITY`, `INHERITS`, `INTERFACE`, `INTERFACE-ID`, `INVOKE`, `LC_ALL`, `LC_COLLATE`, `LC_CTYPE`, `LC_MESSAGES`, `LC_MONETARY`, `LC_NUMERIC`, `LC_TIME`, `LINE-COUNTER`, `MESSAGE`, `METHOD`, `METHOD-ID`, `NESTED`, `NONE`, `NORMAL`, `OBJECT`, `OBJECT-REFERENCE`, `OPTIONS`, `OVERRIDE`, `PAGE-COUNTER`, `PF`, `PH`, `PROPERTY`, `PROTOTYPE`, `PURGE`, `QUEUE`, `RAISE`, `RAISING`, `RECEIVE`, `RELATION`, `REPLACE`, `REPRESENTS-NOT-A-NUMBER`, `RESET`, `RESUME`, `RETRY`, `RF`, `RH`, `SECONDS`, `SEGMENT`, `SELF`, `SEND`, `SOURCES`, `STATEMENT`, `STEP`, `STRONG`, `SUB-QUEUE-1`, `SUB-QUEUE-2`, `SUB-QUEUE-3`, `SUPER`, `SYMBOL`, `SYSTEM-DEFAULT`, `TABLE`, `TERMINAL`, `TEXT`, `TYPEDEF`, `UCS-4`, `UNIVERSAL`, `USER-DEFAULT`, `UTF-16`, `UTF-8`, `VAL-STATUS`, `VALID`, `VALIDATE`, `VALIDATE-STATUS`), Error, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go:34:			{`(^|(?<=[^\w\-]))(PIC\s+.+?(?=(\s|\.\s))|PICTURE\s+.+?(?=(\s|\.\s))|(COMPUTATIONAL)(-[1-5X])?|(COMP)(-[1-5X])?|BINARY-C-LONG|BINARY-CHAR|BINARY-DOUBLE|BINARY-LONG|BINARY-SHORT|BINARY)\s*($|(?=[^\w\-]))`, KeywordType, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go-35-			{`(\*\*|\*|\+|-|/|<=|>=|<|>|==|/=|=)`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go-36-			{`([(),;:&%.])`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go:37:			{`(^|(?<=[^\w\-]))(ABS|ACOS|ANNUITY|ASIN|ATAN|BYTE-LENGTH|CHAR|COMBINED-DATETIME|CONCATENATE|COS|CURRENT-DATE|DATE-OF-INTEGER|DATE-TO-YYYYMMDD|DAY-OF-INTEGER|DAY-TO-YYYYDDD|EXCEPTION-(?:FILE|LOCATION|STATEMENT|STATUS)|EXP10|EXP|E|FACTORIAL|FRACTION-PART|INTEGER-OF-(?:DATE|DAY|PART)|INTEGER|LENGTH|LOCALE-(?:DATE|TIME(?:-FROM-SECONDS)?)|LOG(?:10)?|LOWER-CASE|MAX|MEAN|MEDIAN|MIDRANGE|MIN|MOD|NUMVAL(?:-C)?|ORD(?:-MAX|-MIN)?|PI|PRESENT-VALUE|RANDOM|RANGE|REM|REVERSE|SECONDS-FROM-FORMATTED-TIME|SECONDS-PAST-MIDNIGHT|SIGN|SIN|SQRT|STANDARD-DEVIATION|STORED-CHAR-LENGTH|SUBSTITUTE(?:-CASE)?|SUM|TAN|TEST-DATE-YYYYMMDD|TEST-DAY-YYYYDDD|TRIM|UPPER-CASE|VARIANCE|WHEN-COMPILED|YEAR-TO-YYYY)\s*($|(?=[^\w\-]))`, NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go:38:			{`(^|(?<=[^\w\-]))(true|false)\s*($|(?=[^\w\-]))`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go:39:			{`(^|(?<=[^\w\-]))(equal|equals|ne|lt|le|gt|ge|greater|less|than|not|and|or)\s*($|(?=[^\w\-]))`, OperatorWord, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go-40-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go-45-		"nums": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go:46:			{`\d+(\s*|\.$|$)`, LiteralNumberInteger, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cobol.go-47-			{`[+-]?\d*\.\d+(E[-+]?\d+)?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cheetah.go-20-			{`#[*](.|\n)*?[*]#`, Comment, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cheetah.go:21:			{`#end[^#\n]*(?:#|$)`, CommentPreproc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cheetah.go-22-			{`#slurp$`, CommentPreproc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cheetah.go:23:			{`(#[a-zA-Z]+)([^#\n]*)(#|$)`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cheetah.go:24:			{`(\$)([a-zA-Z_][\w.]*\w)`, ByGroups(CommentPreproc, Using(Python)), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cheetah.go:25:			{`(\$\{!?)(.*?)(\})(?s)`, ByGroups(CommentPreproc, Using(Python), CommentPreproc), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cheetah.go-26-			{`(?sx)
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go-24-			{`[\w.]+`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go:25:			{`[^#@=:$\w]+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go-26-		},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go-27-		"type": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go:28:			{`[^][=;,(){}$]+`, NameClass, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go-29-			{`[[(]`, NameClass, Push("parentype")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go-38-		"expression": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go:39:			{`[^][;,(){}$]+`, Literal, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go-40-			{`[[(]`, Literal, Push("parenexp")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cython.go-78-			{`(struct|enum|union|class)\b`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cython.go:79:			{`([a-zA-Z_]\w*)(\s*)(?=[(:#=]|$)`, ByGroups(NameFunction, Text), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cython.go-80-			{`([a-zA-Z_]\w*)(\s*)(,)`, ByGroups(NameFunction, Text, Punctuation), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go-46-			{"`\\S+`", NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go:47:			{`[$a-zA-Z_]\w*`, NameOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go-48-			{`[0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go-54-		"dqstring": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go:55:			{`\$\{[^"}]+?\}`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go-56-			{`\$`, LiteralStringDouble, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go-58-			{`\\"`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go:59:			{`[^\\"$]+`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go-60-			{`"`, LiteralStringDouble, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go-25-			{"[+*/<>=~!@#%^&|`?-]+", Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go:26:			{`(?s)(java|javascript)(\s+)(AS)(\s+)('|\$\$)(.*?)(\5)`,
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go-27-				UsingByGroup(
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go-42-			{`"`, LiteralStringName, Push("quoted-ident")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go:43:			{`\$\$`, LiteralStringHeredoc, Push("dollar-string")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go-44-			{`[a-z_]\w*`, Name, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go-64-		"dollar-string": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go:65:			{`[^\$]+`, LiteralStringHeredoc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go:66:			{`\$\$`, LiteralStringHeredoc, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/cql.go-67-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coldfusion.go-34-			{`(application|session|client|cookie|super|this|variables|arguments)\b`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coldfusion.go:35:			{`([a-z_$][\w.]*)(\s*)(\()`, ByGroups(NameFunction, Text, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coldfusion.go:36:			{`[a-z_$][\w.]*`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/c/coldfusion.go-37-			{`[()\[\]{};:,.\\]`, Punctuation, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go-47-			Include("magicconstants"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go:48:			{`\$\{\$+(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*\}`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go:49:			{`\$+(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go-50-			{`(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*`, NameOther, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go-76-			{`"`, LiteralStringDouble, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go:77:			{`[^{$"\\]+`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go:78:			{`\\([nrt"$\\]|[0-7]{1,3}|x[0-9a-f]{1,2})`, LiteralStringEscape, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go:79:			{`\$(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*(\[\S+?\]|->(?:[\\_a-z]|[^\x00-\x7f])(?:[\\\w]|[^\x00-\x7f])*)?`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go:80:			{`(\{\$\{)(.*?)(\}\})`, ByGroups(LiteralStringInterpol, UsingSelf("root"), LiteralStringInterpol), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go:81:			{`(\{)(\$.*?)(\})`, ByGroups(LiteralStringInterpol, UsingSelf("root"), LiteralStringInterpol), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go:82:			{`(\$\{)(\S+)(\})`, ByGroups(LiteralStringInterpol, NameVariable, LiteralStringInterpol), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go:83:			{`[${\\]`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/circular/php.go-84-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-37-		"string-single-interpol": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:38:			{`\$\{`, LiteralStringInterpol, Push("string-interpol-close", "expr")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:39:			{`\$\$`, LiteralStringEscape, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:40:			{`\$(?=(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+))`, LiteralStringInterpol, Push("ident")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-41-			Include("string-single"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-53-		"string-interpol-close": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:54:			{`\$(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-55-			{`\}`, LiteralStringInterpol, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-58-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:59:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameNamespace, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-60-			{`\.`, Punctuation, Push("import-ident")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-64-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:65:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameNamespace, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-66-			{`\*`, Keyword, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-73-			{`\*`, Keyword, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:74:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameNamespace, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-75-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-77-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:78:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameNamespace, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-79-			{`\.`, Punctuation, Push("import-ident")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-91-			{`\(`, CommentPreproc, Push("#pop", "preproc-parenthesis")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:92:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, CommentPreproc, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-93-			{`\.[0-9]+`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-96-			{`[0-9]+\.[0-9]+`, LiteralNumberFloat, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:97:			{`[0-9]+\.(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)|\.\.)`, LiteralNumberFloat, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-98-			{`0x[0-9a-fA-F]+`, LiteralNumberHex, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-116-			{`\(`, CommentPreproc, Push("#pop", "preproc-expr-chain", "preproc-parenthesis")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:117:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, CommentPreproc, Push("#pop", "preproc-expr-chain")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-118-			{`\.[0-9]+`, LiteralNumberFloat, Push("#pop", "preproc-expr-chain")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-121-			{`[0-9]+\.[0-9]+`, LiteralNumberFloat, Push("#pop", "preproc-expr-chain")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:122:			{`[0-9]+\.(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)|\.\.)`, LiteralNumberFloat, Push("#pop", "preproc-expr-chain")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-123-			{`0x[0-9a-fA-F]+`, LiteralNumberHex, Push("#pop", "preproc-expr-chain")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-157-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:158:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameDecorator, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-159-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-190-			{`\}`, Punctuation, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:191:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("enum-member", "type-param-constraint")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-192-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-229-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:230:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameFunction, Push("#pop", "optional-expr", "flag", "function-param", "parenthesis-open", "type-param-constraint")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-231-			Default(Pop(1), Push("optional-expr"), Push("flag"), Push("function-param"), Push("parenthesis-open"), Push("type-param-constraint")),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-239-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:240:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, NameFunction, Push("#pop", "optional-expr", "flag", "function-param", "parenthesis-open", "type-param-constraint")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-241-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-245-			{`\?`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:246:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "function-param-sep", "assign", "flag")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-247-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-260-			{`(?:default|null|never|dynamic|get|set)\b`, Keyword, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:261:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Text, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-262-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-289-			{`(?:continue|break)\b`, Keyword, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:290:			{`(?:\$\s*[a-z]\b|\$(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)))`, Name, Push("#pop", "dollar")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:291:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "expr-chain")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-292-			{`\.[0-9]+`, LiteralNumberFloat, Push("#pop", "expr-chain")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-295-			{`[0-9]+\.[0-9]+`, LiteralNumberFloat, Push("#pop", "expr-chain")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:296:			{`[0-9]+\.(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)|\.\.)`, LiteralNumberFloat, Push("#pop", "expr-chain")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-297-			{`0x[0-9a-fA-F]+`, LiteralNumberHex, Push("#pop", "expr-chain")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-309-			{`\?`, Operator, Push("#pop", "expr", "ternary", "expr")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:310:			{`(\.)((?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+))`, ByGroups(Punctuation, Name), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-311-			{`\[`, Punctuation, Push("array-access")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-439-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:440:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-441-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-458-			{`\?`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:459:			{`(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "type-check", "type-full-name")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-460-			{`\{`, Punctuation, Push("#pop", "type-check", "type-struct")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-477-			{`>`, Punctuation, Push("comma", "type")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:478:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "type-struct-sep", "type", "colon")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-479-			Include("class-body"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-490-			{`[0-9]+\.[0-9]+`, LiteralNumberFloat, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:491:			{`[0-9]+\.(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)|\.\.)`, LiteralNumberFloat, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-492-			{`0x[0-9a-fA-F]+`, LiteralNumberHex, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-547-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:548:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Text, Push("#pop", "var-sep", "assign", "flag", "prop-get-set")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-549-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-580-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:581:			{`(?!(?:\$\s*[a-z]\b|\$(?!(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+))))(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Push("#pop", "bracket-check")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-582-			{`'`, LiteralStringSingle, Push("#pop", "bracket-check", "string-single")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-602-			Include("spaces"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go:603:			{`(?!(?:function|class|static|var|if|else|while|do|for|break|return|continue|extends|implements|import|switch|case|default|public|private|try|untyped|catch|new|this|throw|extern|enum|in|interface|cast|override|dynamic|typedef|package|inline|using|null|true|false|abstract)\b)(?:_*[a-z]\w*|_+[0-9]\w*|_*[A-Z]\w*|_+|\$\w+)`, Name, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haxe.go-604-			{`'`, LiteralStringSingle, Push("#pop", "string-single")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hcl.go-31-			{`\b\w+\b`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hcl.go:32:			{`\$\{`, LiteralStringInterpol, Push("var_builtin")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hcl.go-33-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hcl.go-39-		"var_builtin": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hcl.go:40:			{`\$\{`, LiteralStringInterpol, Push()},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hcl.go-41-			{Words(`\b`, `\b`, `concat`, `file`, `join`, `lookup`, `element`), NameBuiltin, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go-18-			{`\s+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go:19:			{`--(?![!#$%&*+./<=>?@^|_~:\\]).*?$`, CommentSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go-20-			{`\{-`, CommentMultiline, Push("comment")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go-31-			{`(')\([^)]*\)`, KeywordType, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go:32:			{`\\(?![:!#$%&*+.\\/<=>?@^|~-]+)`, NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go:33:			{`(<-|::|->|=>|=)(?![:!#$%&*+.\\/<=>?@^|~-]+)`, OperatorWord, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go:34:			{`:[:!#$%&*+.\\/<=>?@^|~-]*`, KeywordType, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go:35:			{`[:!#$%&*+.\\/<=>?@^|~-]+`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go-36-			{`\d+[eE][+-]?\d+`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go-65-			{`(_[\w\']+|[a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧա-ևᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓꞡꞣꞥꞧꞩꟺff-stﬓ-ﬗa-z𐐨-𐑏𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋][\w\']*)`, NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go:66:			{`--(?![!#$%&*+./<=>?@^|_~:\\]).*?$`, CommentSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go-67-			{`\{-`, CommentMultiline, Push("comment")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go-68-			{`,`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go:69:			{`[:!#$%&*+.\\/<=>?@^|~-]+`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/haskell.go-70-			{`\(`, Punctuation, Push("funclist", "funclist")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go-24-			{`"(\\\\|\\"|[^"])*"`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go:25:			{`'(?!#)[\w!$%*+<=>?/.#-]+`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go-26-			{`\\(.|[a-z]+)`, LiteralStringChar, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go-28-			{`^(\s*)([rRuU]{,2}'''(?:.|\n)*?''')`, ByGroups(Text, LiteralStringDoc), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go:29:			{`::?(?!#)[\w!$%*+<=>?/.#-]+`, LiteralStringSymbol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go-30-			{"~@|[`\\'#^~&@]", Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go-35-			{Words(``, ` `, `cycle`, `dec`, `distinct`, `drop`, `even?`, `filter`, `inc`, `instance?`, `iterable?`, `iterate`, `iterator?`, `neg?`, `none?`, `nth`, `numeric?`, `odd?`, `pos?`, `remove`, `repeat`, `repeatedly`, `take`, `take_nth`, `take_while`, `zero?`), NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go:36:			{`(?<=\()(?!#)[\w!$%*+<=>?/.#-]+`, NameFunction, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go:37:			{`(?!#)[\w!$%*+<=>?/.#-]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/h/hy.go-38-			{`(\[|\])`, Punctuation, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-656-	cm.targetScheme = treq.URL.Scheme
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go:657:	cm.targetAddr = canonicalAddr(treq.URL)
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-658-	if t.Proxy != nil {
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-946-	if trace != nil && trace.GetConn != nil {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go:947:		trace.GetConn(cm.addr())
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-948-	}
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1222-		var err error
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go:1223:		pconn.conn, err = t.DialTLS("tcp", cm.addr())
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1224-		if err != nil {
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1249-	} else {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go:1250:		conn, err := t.dial(ctx, "tcp", cm.addr())
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1251-		if err != nil {
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1256-			var firstTLSHost string
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go:1257:			if firstTLSHost, _, err = net.SplitHostPort(cm.addr()); err != nil {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1258-				return nil, wrapErr(err)
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1271-		conn := pconn.conn
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go:1272:		d := socksNewDialer("tcp", conn.RemoteAddr().String())
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1273-		if u := cm.proxyURL.User; u != nil {
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1418-// addr returns the first hop "host:port" to which we need to TCP connect.
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go:1419:func (cm *connectMethod) addr() string {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1420-	if cm.proxyURL != nil {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go:1421:		return canonicalAddr(cm.proxyURL)
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-1422-	}
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-2267-// canonicalAddr returns url.Host but always with a ":port" suffix
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go:2268:func canonicalAddr(url *url.URL) string {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/lexer_benchmark_test.go-2269-	addr := url.Hostname()
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/javascript.go-42-		{`(Array|Boolean|Date|Error|Function|Math|netscape|Number|Object|Packages|RegExp|String|Promise|Proxy|sun|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|Error|eval|isFinite|isNaN|isSafeInteger|parseFloat|parseInt|document|this|window)\b`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/javascript.go:43:		{`(?:[$_A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮]|\\u[a-fA-F0-9]{4})(?:(?:[$A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮̀-ͯ҃-֑҇-ֽֿׁ-ׂׄ-ׇׅؐ-ًؚ-ٰٟۖ-ۜ۟-ۤۧ-۪ۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ंऺ़ु-ै्॑-ॗॢ-ॣঁ়ু-ৄ্ৢ-ৣ৾ਁ-ਂ਼ੁ-ੂੇ-ੈੋ-੍ੑੰ-ੱੵઁ-ં઼ુ-ૅે-ૈ્ૢ-ૣૺ-૿ଁ଼ିୁ-ୄ୍ୖୢ-ୣஂீ்ఀఄా-ీె-ైొ-్ౕ-ౖౢ-ౣಁ಼ಿೆೌ-್ೢ-ೣഀ-ഁ഻-഼ു-ൄ്ൢ-ൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົ-ຼ່-ໍ༘-ཱ༹༙༵༷-ཾྀ-྄྆-྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္-်ွ-ှၘ-ၙၞ-ၠၱ-ၴႂႅ-ႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒ-ᝓᝲ-ᝳ឴-឵ិ-ួំ៉-៓៝᠋-᠍ᢅ-ᢆᢩᤠ-ᤢᤧ-ᤨᤲ᤹-᤻ᨗ-ᨘᨛᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼᪰-᪽ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀ-ᮁᮢ-ᮥᮨ-ᮩ᮫-ᮭ᯦ᯨ-ᯩᯭᯯ-ᯱᰬ-ᰳᰶ-᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸-᳹᷀-᷹᷻-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙〭-゚꙯ꙴ-꙽ꚞ-ꚟ꛰-꛱ꠂ꠆ꠋꠥ-ꠦ꣄-ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꧥꨩ-ꨮꨱ-ꨲꨵ-ꨶꩃꩌꩼꪰꪲ-ꪴꪷ-ꪸꪾ-꪿꫁ꫬ-ꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-𐇽𐋠︯𐍶-𐍺𐨁-𐨃𐨅-𐨆𐨌-𐨏𐨸-𐨿𐨺𐫥-𐫦𐴤-𐽆𐴧-𐽐𑀁𑀸-𑁆𑁿-𑂁𑂳-𑂶𑂹-𑂺𑄀-𑄂𑄧-𑄫𑄭-𑅳𑄴𑆀-𑆁𑆶-𑆾𑇉-𑇌𑈯-𑈱𑈴𑈶-𑈷𑈾𑋟𑋣-𑋪𑌀-𑌁𑌻-𑌼𑍀𑍦-𑍬𑍰-𑍴𑐸-𑐿𑑂-𑑄𑑆𑑞𑒳-𑒸𑒺𑒿-𑓀𑓂-𑓃𑖲-𑖵𑖼-𑖽𑖿-𑗀𑗜-𑗝𑘳-𑘺𑘽𑘿-𑙀𑚫𑚭𑚰-𑚵𑚷𑜝-𑜟𑜢-𑜥𑜧-𑜫𑠯-𑠷𑠹-𑠺𑨁-𑨊𑨳-𑨸𑨻-𑨾𑩇𑩑-𑩖𑩙-𑩛𑪊-𑪖𑪘-𑪙𑰰-𑰶𑰸-𑰽𑰿𑲒-𑲧𑲪-𑲰𑲲-𑲳𑲵-𑲶𑴱-𑴶𑴺𑴼-𑴽𑴿-𑵅𑵇𑶐-𑶑𑶕𑶗𑻳-𑻴𖫰-𖫴𖬰-𖬶𖾏-𖾒𛲝-𛲞𝅧-𝅩𝅻-𝆂𝆅-𝆋𝆪-𝆭𝉂-𝉄𝨀-𝨶𝨻-𝩬𝩵𝪄𝪛-𝪟𝪡-𝪯𞀀-𞀆𞀈-𞀘𞀛-𞀡𞀣-𞀤𞀦-𞣐𞀪-𞣖𞥄-𞥊󠄀-󠇯ःऻा-ीॉ-ौॎ-ॏং-ঃা-ীে-ৈো-ৌৗਃਾ-ੀઃા-ીૉો-ૌଂ-ଃାୀେ-ୈୋ-ୌୗா-ிு-ூெ-ைொ-ௌௗఁ-ఃు-ౄಂ-ಃಾೀ-ೄೇ-ೈೊ-ೋೕ-ೖം-ഃാ-ീെ-ൈൊ-ൌൗං-ඃා-ෑෘ-ෟෲ-ෳ༾-༿ཿါ-ာေးျ-ြၖ-ၗၢ-ၤၧ-ၭႃ-ႄႇ-ႌႏႚ-ႜាើ-ៅះ-ៈᤣ-ᤦᤩ-ᤫᤰ-ᤱᤳ-ᤸᨙ-ᨚᩕᩗᩡᩣ-ᩤᩭ-ᩲᬄᬵᬻᬽ-ᭁᭃ-᭄ᮂᮡᮦ-ᮧ᮪ᯧᯪ-ᯬᯮ᯲-᯳ᰤ-ᰫᰴ-ᰵ᳡ᳲ-ᳳ᳷〮-〯ꠣ-ꠤꠧꢀ-ꢁꢴ-ꣃꥒ-꥓ꦃꦴ-ꦵꦺ-ꦻꦽ-꧀ꨯ-ꨰꨳ-ꨴꩍꩻꩽꫫꫮ-ꫯꫵꯣ-ꯤꯦ-ꯧꯩ-ꯪ꯬𑀀𑀂𑂂𑂰-𑂲𑂷-𑂸𑄬𑅅-𑅆𑆂𑆳-𑆵𑆿-𑇀𑈬-𑈮𑈲-𑈳𑈵𑋠-𑋢𑌂-𑌃𑌾-𑌿𑍁-𑍄𑍇-𑍈𑍋-𑍍𑍗𑍢-𑍣𑐵-𑐷𑑀-𑑁𑑅𑒰-𑒲𑒹𑒻-𑒾𑓁𑖯-𑖱𑖸-𑖻𑖾𑘰-𑘲𑘻-𑘼𑘾𑚬𑚮-𑚯𑚶𑜠-𑜡𑜦𑠬-𑠮𑠸𑨹𑩗-𑩘𑪗𑰯𑰾𑲩𑲱𑲴𑶊-𑶎𑶓-𑶔𑶖𑻵-𑻶𖽑-𖽾𝅥-𝅦𝅭-𝅲0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯෦-෯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9𐒠-𐒩𐴰-𐴹𑁦-𑁯𑃰-𑃹𑄶-𑄿𑇐-𑇙𑋰-𑋹𑑐-𑑙𑓐-𑓙𑙐-𑙙𑛀-𑛉𑜰-𑜹𑣠-𑣩𑱐-𑱙𑵐-𑵙𑶠-𑶩𖩠-𖩩𖭐-𖭙𝟎-𝟿𞥐-𞥙_‿-⁀⁔︳-︴﹍-﹏_‌‍]|\\u[a-fA-F0-9]{4}))*`, NameOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/javascript.go-44-		{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/javascript.go-51-		{"\\\\`", LiteralStringBacktick, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/javascript.go:52:		{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/javascript.go-53-		{`\$`, LiteralStringBacktick, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jsx.go-53-			{`(Array|Boolean|Date|Error|Function|Math|netscape|Number|Object|Packages|RegExp|String|Promise|Proxy|sun|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|Error|eval|isFinite|isNaN|isSafeInteger|parseFloat|parseInt|document|this|window)\b`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jsx.go:54:			{`(?:[$_A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮]|\\u[a-fA-F0-9]{4})(?:(?:[$A-ZÀ-ÖØ-ÞĀĂĄĆĈĊČĎĐĒĔĖĘĚĜĞĠĢĤĦĨĪĬĮİIJĴĶĹĻĽĿŁŃŅŇŊŌŎŐŒŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸ-ŹŻŽƁ-ƂƄƆ-ƇƉ-ƋƎ-ƑƓ-ƔƖ-ƘƜ-ƝƟ-ƠƢƤƦ-ƧƩƬƮ-ƯƱ-ƳƵƷ-ƸƼDŽLJNJǍǏǑǓǕǗǙǛǞǠǢǤǦǨǪǬǮDZǴǶ-ǸǺǼǾȀȂȄȆȈȊȌȎȐȒȔȖȘȚȜȞȠȢȤȦȨȪȬȮȰȲȺ-ȻȽ-ȾɁɃ-ɆɈɊɌɎͰͲͶͿΆΈ-ΊΌΎ-ΏΑ-ΡΣ-ΫϏϒ-ϔϘϚϜϞϠϢϤϦϨϪϬϮϴϷϹ-ϺϽ-ЯѠѢѤѦѨѪѬѮѰѲѴѶѸѺѼѾҀҊҌҎҐҒҔҖҘҚҜҞҠҢҤҦҨҪҬҮҰҲҴҶҸҺҼҾӀ-ӁӃӅӇӉӋӍӐӒӔӖӘӚӜӞӠӢӤӦӨӪӬӮӰӲӴӶӸӺӼӾԀԂԄԆԈԊԌԎԐԒԔԖԘԚԜԞԠԢԤԦԨԪԬԮԱ-ՖႠ-ჅჇჍᎠ-ᏵᲐ-ᲺᲽ-ᲿḀḂḄḆḈḊḌḎḐḒḔḖḘḚḜḞḠḢḤḦḨḪḬḮḰḲḴḶḸḺḼḾṀṂṄṆṈṊṌṎṐṒṔṖṘṚṜṞṠṢṤṦṨṪṬṮṰṲṴṶṸṺṼṾẀẂẄẆẈẊẌẎẐẒẔẞẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼẾỀỂỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪỬỮỰỲỴỶỸỺỼỾἈ-ἏἘ-ἝἨ-ἯἸ-ἿὈ-ὍὙὛὝὟὨ-ὯᾸ-ΆῈ-ΉῘ-ΊῨ-ῬῸ-Ώℂℇℋ-ℍℐ-ℒℕℙ-ℝℤΩℨK-ℭℰ-ℳℾ-ℿⅅↃⰀ-ⰮⱠⱢ-ⱤⱧⱩⱫⱭ-ⱰⱲⱵⱾ-ⲀⲂⲄⲆⲈⲊⲌⲎⲐⲒⲔⲖⲘⲚⲜⲞⲠⲢⲤⲦⲨⲪⲬⲮⲰⲲⲴⲶⲸⲺⲼⲾⳀⳂⳄⳆⳈⳊⳌⳎⳐⳒⳔⳖⳘⳚⳜⳞⳠⳢⳫⳭⳲꙀꙂꙄꙆꙈꙊꙌꙎꙐꙒꙔꙖꙘꙚꙜꙞꙠꙢꙤꙦꙨꙪꙬꚀꚂꚄꚆꚈꚊꚌꚎꚐꚒꚔꚖꚘꚚꜢꜤꜦꜨꜪꜬꜮꜲꜴꜶꜸꜺꜼꜾꝀꝂꝄꝆꝈꝊꝌꝎꝐꝒꝔꝖꝘꝚꝜꝞꝠꝢꝤꝦꝨꝪꝬꝮꝹꝻꝽ-ꝾꞀꞂꞄꞆꞋꞍꞐꞒꞖꞘꞚꞜꞞꞠꞢꞤꞦꞨꞪ-ꞮꞰ-ꞴꞶꞸA-Z𐐀-𐐧𐒰-𐓓𐲀-𐲲𑢠-𑢿𖹀-𖹟𝐀-𝐙𝐴-𝑍𝑨-𝒁𝒜𝒞-𝒟𝒢𝒥-𝒦𝒩-𝒬𝒮-𝒵𝓐-𝓩𝔄-𝔅𝔇-𝔊𝔍-𝔔𝔖-𝔜𝔸-𝔹𝔻-𝔾𝕀-𝕄𝕆𝕊-𝕐𝕬-𝖅𝖠-𝖹𝗔-𝗭𝘈-𝘡𝘼-𝙕𝙰-𝚉𝚨-𝛀𝛢-𝛺𝜜-𝜴𝝖-𝝮𝞐-𝞨𝟊𞤀-𞤡a-zµß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣԥԧԩԫԭԯՠ-ֈა-ჺჽ-ჿᏸ-ᏽᲀ-ᲈᴀ-ᴫᵫ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱻⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⳬⳮⳳⴀ-ⴥⴧⴭꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙡꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꚙꚛꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌꞎꞑꞓ-ꞕꞗꞙꞛꞝꞟꞡꞣꞥꞧꞩꞯꞵꞷꞹꟺꬰ-ꭚꭠ-ꭥꭰ-ꮿff-stﬓ-ﬗa-z𐐨-𐑏𐓘-𐓻𐳀-𐳲𑣀-𑣟𖹠-𖹿𝐚-𝐳𝑎-𝑔𝑖-𝑧𝒂-𝒛𝒶-𝒹𝒻𝒽-𝓃𝓅-𝓏𝓪-𝔃𝔞-𝔷𝕒-𝕫𝖆-𝖟𝖺-𝗓𝗮-𝘇𝘢-𝘻𝙖-𝙯𝚊-𝚥𝛂-𝛚𝛜-𝛡𝛼-𝜔𝜖-𝜛𝜶-𝝎𝝐-𝝕𝝰-𝞈𝞊-𝞏𝞪-𝟂𝟄-𝟉𝟋𞤢-𞥃DžLjNjDzᾈ-ᾏᾘ-ᾟᾨ-ᾯᾼῌῼʰ-ˁˆ-ˑˠ-ˤˬˮʹͺՙـۥ-ۦߴ-ߵߺࠚࠤࠨॱๆໆჼៗᡃᪧᱸ-ᱽᴬ-ᵪᵸᶛ-ᶿⁱⁿₐ-ₜⱼ-ⱽⵯⸯ々〱-〵〻ゝ-ゞー-ヾꀕꓸ-ꓽꘌꙿꚜ-ꚝꜗ-ꜟꝰꞈꟸ-ꟹꧏꧦꩰꫝꫳ-ꫴꭜ-ꭟー゙-゚𖭀-𖭃𖾓-𖾟𖿠-𖿡ªºƻǀ-ǃʔא-תׯ-ײؠ-ؿف-يٮ-ٯٱ-ۓەۮ-ۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪࠀ-ࠕࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॲ-ঀঅ-ঌএ-ঐও-নপ-রলশ-হঽৎড়-ঢ়য়-ৡৰ-ৱৼਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલ-ળવ-હઽૐૠ-ૡૹଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଵ-ହଽଡ଼-ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠ-ౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠ-ೡೱ-ೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ະາ-ຳຽເ-ໄໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥ-ၦၮ-ၰၵ-ႁႎᄀ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛱ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៜᠠ-ᡂᡄ-ᡸᢀ-ᢄᢇ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮ-ᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱷᳩ-ᳬᳮ-ᳱᳵ-ᳶℵ-ℸⴰ-ⵧⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ〆〼ぁ-ゖゟァ-ヺヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꀔꀖ-ꒌꓐ-ꓷꔀ-ꘋꘐ-ꘟꘪ-ꘫꙮꚠ-ꛥꞏꟷꟻ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽ-ꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧠ-ꧤꧧ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩯꩱ-ꩶꩺꩾ-ꪯꪱꪵ-ꪶꪹ-ꪽꫀꫂꫛ-ꫜꫠ-ꫪꫲꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎יִײַ-ﬨשׁ-זּטּ-לּמּנּ-סּףּ-פּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼヲ-ッア-ンᅠ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ𐀀-𐀋𐀍-𐀦𐀨-𐀺𐀼-𐀽𐀿-𐁍𐁐-𐁝𐂀-𐃺𐊀-𐊜𐊠-𐋐𐌀-𐌟𐌭-𐍀𐍂-𐍉𐍐-𐍵𐎀-𐎝𐎠-𐏃𐏈-𐏏𐑐-𐒝𐔀-𐔧𐔰-𐕣𐘀-𐜶𐝀-𐝕𐝠-𐝧𐠀-𐠅𐠈𐠊-𐠵𐠷-𐠸𐠼𐠿-𐡕𐡠-𐡶𐢀-𐢞𐣠-𐣲𐣴-𐣵𐤀-𐤕𐤠-𐤹𐦀-𐦷𐦾-𐦿𐨀𐨐-𐨓𐨕-𐨗𐨙-𐨵𐩠-𐩼𐪀-𐪜𐫀-𐫇𐫉-𐫤𐬀-𐬵𐭀-𐭕𐭠-𐭲𐮀-𐮑𐰀-𐱈𐴀-𐴣𐼀-𐼜𐼧𐼰-𐽅𑀃-𑀷𑂃-𑂯𑃐-𑃨𑄃-𑄦𑅄𑅐-𑅲𑅶𑆃-𑆲𑇁-𑇄𑇚𑇜𑈀-𑈑𑈓-𑈫𑊀-𑊆𑊈𑊊-𑊍𑊏-𑊝𑊟-𑊨𑊰-𑋞𑌅-𑌌𑌏-𑌐𑌓-𑌨𑌪-𑌰𑌲-𑌳𑌵-𑌹𑌽𑍐𑍝-𑍡𑐀-𑐴𑑇-𑑊𑒀-𑒯𑓄-𑓅𑓇𑖀-𑖮𑗘-𑗛𑘀-𑘯𑙄𑚀-𑚪𑜀-𑜚𑠀-𑠫𑣿𑨀𑨋-𑨲𑨺𑩐𑩜-𑪃𑪆-𑪉𑪝𑫀-𑫸𑰀-𑰈𑰊-𑰮𑱀𑱲-𑲏𑴀-𑴆𑴈-𑴉𑴋-𑴰𑵆𑵠-𑵥𑵧-𑵨𑵪-𑶉𑶘𑻠-𑻲𒀀-𒎙𒒀-𒕃𓀀-𓐮𔐀-𔙆𖠀-𖨸𖩀-𖩞𖫐-𖫭𖬀-𖬯𖭣-𖭷𖭽-𖮏𖼀-𖽄𖽐𗀀-𘟱𘠀-𘫲𛀀-𛄞𛅰-𛋻𛰀-𛱪𛱰-𛱼𛲀-𛲈𛲐-𛲙𞠀-𞣄𞸀-𞸃𞸅-𞸟𞸡-𞸢𞸤𞸧𞸩-𞸲𞸴-𞸷𞸹𞸻𞹂𞹇𞹉𞹋𞹍-𞹏𞹑-𞹒𞹔𞹗𞹙𞹛𞹝𞹟𞹡-𞹢𞹤𞹧-𞹪𞹬-𞹲𞹴-𞹷𞹹-𞹼𞹾𞺀-𞺉𞺋-𞺛𞺡-𞺣𞺥-𞺩𞺫-𞺻𠀀-𪛖𪜀-𫜴𫝀-𫠝𫠠-𬺡𬺰-𮯠丽-𪘀ᛮ-ᛰⅠ-ↂↅ-ↈ〇〡-〩〸-〺ꛦ-ꛯ𐅀-𐅴𐍁𐍊𐏑-𐏕𒐀-𒑮̀-ͯ҃-֑҇-ֽֿׁ-ׂׄ-ׇׅؐ-ًؚ-ٰٟۖ-ۜ۟-ۤۧ-۪ۨ-ܑۭܰ-݊ަ-ް߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ंऺ़ु-ै्॑-ॗॢ-ॣঁ়ু-ৄ্ৢ-ৣ৾ਁ-ਂ਼ੁ-ੂੇ-ੈੋ-੍ੑੰ-ੱੵઁ-ં઼ુ-ૅે-ૈ્ૢ-ૣૺ-૿ଁ଼ିୁ-ୄ୍ୖୢ-ୣஂீ்ఀఄా-ీె-ైొ-్ౕ-ౖౢ-ౣಁ಼ಿೆೌ-್ೢ-ೣഀ-ഁ഻-഼ു-ൄ്ൢ-ൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົ-ຼ່-ໍ༘-ཱ༹༙༵༷-ཾྀ-྄྆-྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္-်ွ-ှၘ-ၙၞ-ၠၱ-ၴႂႅ-ႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒ-ᝓᝲ-ᝳ឴-឵ិ-ួំ៉-៓៝᠋-᠍ᢅ-ᢆᢩᤠ-ᤢᤧ-ᤨᤲ᤹-᤻ᨗ-ᨘᨛᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼᪰-᪽ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀ-ᮁᮢ-ᮥᮨ-ᮩ᮫-ᮭ᯦ᯨ-ᯩᯭᯯ-ᯱᰬ-ᰳᰶ-᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᳸-᳹᷀-᷹᷻-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙〭-゚꙯ꙴ-꙽ꚞ-ꚟ꛰-꛱ꠂ꠆ꠋꠥ-ꠦ꣄-ꣅ꣠-꣱ꣿꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꧥꨩ-ꨮꨱ-ꨲꨵ-ꨶꩃꩌꩼꪰꪲ-ꪴꪷ-ꪸꪾ-꪿꫁ꫬ-ꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-𐇽𐋠︯𐍶-𐍺𐨁-𐨃𐨅-𐨆𐨌-𐨏𐨸-𐨿𐨺𐫥-𐫦𐴤-𐽆𐴧-𐽐𑀁𑀸-𑁆𑁿-𑂁𑂳-𑂶𑂹-𑂺𑄀-𑄂𑄧-𑄫𑄭-𑅳𑄴𑆀-𑆁𑆶-𑆾𑇉-𑇌𑈯-𑈱𑈴𑈶-𑈷𑈾𑋟𑋣-𑋪𑌀-𑌁𑌻-𑌼𑍀𑍦-𑍬𑍰-𑍴𑐸-𑐿𑑂-𑑄𑑆𑑞𑒳-𑒸𑒺𑒿-𑓀𑓂-𑓃𑖲-𑖵𑖼-𑖽𑖿-𑗀𑗜-𑗝𑘳-𑘺𑘽𑘿-𑙀𑚫𑚭𑚰-𑚵𑚷𑜝-𑜟𑜢-𑜥𑜧-𑜫𑠯-𑠷𑠹-𑠺𑨁-𑨊𑨳-𑨸𑨻-𑨾𑩇𑩑-𑩖𑩙-𑩛𑪊-𑪖𑪘-𑪙𑰰-𑰶𑰸-𑰽𑰿𑲒-𑲧𑲪-𑲰𑲲-𑲳𑲵-𑲶𑴱-𑴶𑴺𑴼-𑴽𑴿-𑵅𑵇𑶐-𑶑𑶕𑶗𑻳-𑻴𖫰-𖫴𖬰-𖬶𖾏-𖾒𛲝-𛲞𝅧-𝅩𝅻-𝆂𝆅-𝆋𝆪-𝆭𝉂-𝉄𝨀-𝨶𝨻-𝩬𝩵𝪄𝪛-𝪟𝪡-𝪯𞀀-𞀆𞀈-𞀘𞀛-𞀡𞀣-𞀤𞀦-𞣐𞀪-𞣖𞥄-𞥊󠄀-󠇯ःऻा-ीॉ-ौॎ-ॏং-ঃা-ীে-ৈো-ৌৗਃਾ-ੀઃા-ીૉો-ૌଂ-ଃାୀେ-ୈୋ-ୌୗா-ிு-ூெ-ைொ-ௌௗఁ-ఃు-ౄಂ-ಃಾೀ-ೄೇ-ೈೊ-ೋೕ-ೖം-ഃാ-ീെ-ൈൊ-ൌൗං-ඃා-ෑෘ-ෟෲ-ෳ༾-༿ཿါ-ာေးျ-ြၖ-ၗၢ-ၤၧ-ၭႃ-ႄႇ-ႌႏႚ-ႜាើ-ៅះ-ៈᤣ-ᤦᤩ-ᤫᤰ-ᤱᤳ-ᤸᨙ-ᨚᩕᩗᩡᩣ-ᩤᩭ-ᩲᬄᬵᬻᬽ-ᭁᭃ-᭄ᮂᮡᮦ-ᮧ᮪ᯧᯪ-ᯬᯮ᯲-᯳ᰤ-ᰫᰴ-ᰵ᳡ᳲ-ᳳ᳷〮-〯ꠣ-ꠤꠧꢀ-ꢁꢴ-ꣃꥒ-꥓ꦃꦴ-ꦵꦺ-ꦻꦽ-꧀ꨯ-ꨰꨳ-ꨴꩍꩻꩽꫫꫮ-ꫯꫵꯣ-ꯤꯦ-ꯧꯩ-ꯪ꯬𑀀𑀂𑂂𑂰-𑂲𑂷-𑂸𑄬𑅅-𑅆𑆂𑆳-𑆵𑆿-𑇀𑈬-𑈮𑈲-𑈳𑈵𑋠-𑋢𑌂-𑌃𑌾-𑌿𑍁-𑍄𑍇-𑍈𑍋-𑍍𑍗𑍢-𑍣𑐵-𑐷𑑀-𑑁𑑅𑒰-𑒲𑒹𑒻-𑒾𑓁𑖯-𑖱𑖸-𑖻𑖾𑘰-𑘲𑘻-𑘼𑘾𑚬𑚮-𑚯𑚶𑜠-𑜡𑜦𑠬-𑠮𑠸𑨹𑩗-𑩘𑪗𑰯𑰾𑲩𑲱𑲴𑶊-𑶎𑶓-𑶔𑶖𑻵-𑻶𖽑-𖽾𝅥-𝅦𝅭-𝅲0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯෦-෯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꧰-꧹꩐-꩙꯰-꯹0-9𐒠-𐒩𐴰-𐴹𑁦-𑁯𑃰-𑃹𑄶-𑄿𑇐-𑇙𑋰-𑋹𑑐-𑑙𑓐-𑓙𑙐-𑙙𑛀-𑛉𑜰-𑜹𑣠-𑣩𑱐-𑱙𑵐-𑵙𑶠-𑶩𖩠-𖩩𖭐-𖭙𝟎-𝟿𞥐-𞥙_‿-⁀⁔︳-︴﹍-﹏_‌‍]|\\u[a-fA-F0-9]{4}))*`, NameOther, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jsx.go-55-			{`"(\\\\|\\"|[^"])*"`, LiteralStringDouble, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jsx.go-62-			{"\\\\`", LiteralStringBacktick, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jsx.go:63:			{`\$\{`, LiteralStringInterpol, Push("interp-inside")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jsx.go-64-			{`\$`, LiteralStringBacktick, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go-22-			{`(assert|break|case|catch|continue|default|do|else|finally|for|if|goto|instanceof|new|return|switch|this|throw|try|while)\b`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go:23:			{`((?:(?:[^\W\d]|\$)[\w.\[\]$<>]*\s+)+?)((?:[^\W\d]|\$)[\w$]*)(\s*)(\()`, ByGroups(UsingSelf("root"), NameFunction, Text, Operator), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go-24-			{`@[^\W\d][\w.]*`, NameDecorator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go-32-			{`'\\.'|'[^\\]'|'\\u[0-9a-fA-F]{4}'`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go:33:			{`(\.)((?:[^\W\d]|\$)[\w$]*)`, ByGroups(Operator, NameAttribute), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go:34:			{`^\s*([^\W\d]|\$)[\w$]*:`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go:35:			{`([^\W\d]|\$)[\w$]*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go-36-			{`([0-9][0-9_]*\.([0-9][0-9_]*)?|\.[0-9][0-9_]*)([eE][+\-]?[0-9][0-9_]*)?[fFdD]?|[0-9][eE][+\-]?[0-9][0-9_]*[fFdD]?|[0-9]([eE][+\-]?[0-9][0-9_]*)?[fFdD]|0[xX]([0-9a-fA-F][0-9a-fA-F_]*\.?|([0-9a-fA-F][0-9a-fA-F_]*)?\.[0-9a-fA-F][0-9a-fA-F_]*)[pP][+\-]?[0-9][0-9_]*[fFdD]?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go-44-		"class": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go:45:			{`([^\W\d]|\$)[\w$]*`, NameClass, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/java.go-46-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go-20-			{`^(?=\S)`, None, Push("instruction")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go:21:			{`[\.;\[\]\(\)\$]`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go-22-			{`[a-zA-Z_]\w*`, Name, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go-31-			{`[^\S\n]+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go:32:			{`\$\(`, Punctuation, Push("var")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go:33:			{`[;\[\]\(\)\$]`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go-34-			{`#(\n|[\w\W]*?[^#]\n)`, CommentSingle, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go-43-			{`\b((semi)?round|rectangle)(-\d+x\d+)?\b`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go:44:			{`[\.;\[\]\(\$]`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/jungle.go-45-			{`\)`, Punctuation, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go-29-			{Words(``, `\b`, `ARGS`, `CPU_CORES`, `C_NULL`, `DevNull`, `ENDIAN_BOM`, `ENV`, `I`, `Inf`, `Inf16`, `Inf32`, `Inf64`, `InsertionSort`, `JULIA_HOME`, `LOAD_PATH`, `MergeSort`, `NaN`, `NaN16`, `NaN32`, `NaN64`, `OS_NAME`, `QuickSort`, `RoundDown`, `RoundFromZero`, `RoundNearest`, `RoundNearestTiesAway`, `RoundNearestTiesUp`, `RoundToZero`, `RoundUp`, `STDERR`, `STDIN`, `STDOUT`, `VERSION`, `WORD_SIZE`, `catalan`, `e`, `eu`, `eulergamma`, `golden`, `im`, `nothing`, `pi`, `γ`, `π`, `φ`), NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go:30:			{Words(``, ``, `=`, `:=`, `+=`, `-=`, `*=`, `/=`, `//=`, `.//=`, `.*=`, `./=`, `\=`, `.\=`, `^=`, `.^=`, `÷=`, `.÷=`, `%=`, `.%=`, `|=`, `&=`, `$=`, `=>`, `<<=`, `>>=`, `>>>=`, `~`, `.+=`, `.-=`, `?`, `--`, `-->`, `||`, `&&`, `>`, `<`, `>=`, `≥`, `<=`, `≤`, `==`, `===`, `≡`, `!=`, `≠`, `!==`, `≢`, `.>`, `.<`, `.>=`, `.≥`, `.<=`, `.≤`, `.==`, `.!=`, `.≠`, `.=`, `.!`, `<:`, `>:`, `∈`, `∉`, `∋`, `∌`, `⊆`, `⊈`, `⊂`, `⊄`, `⊊`, `|>`, `<|`, `:`, `+`, `-`, `.+`, `.-`, `|`, `∪`, `$`, `<<`, `>>`, `>>>`, `.<<`, `.>>`, `.>>>`, `*`, `/`, `./`, `÷`, `.÷`, `%`, `⋅`, `.%`, `.*`, `\`, `.\`, `&`, `∩`, `//`, `.//`, `^`, `.^`, `::`, `.`, `+`, `-`, `!`, `√`, `∛`, `∜`), Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go-31-			{`'(\\.|\\[0-7]{1,3}|\\x[a-fA-F0-9]{1,3}|\\u[a-fA-F0-9]{1,4}|\\U[a-fA-F0-9]{1,6}|[^\\\'\n])'`, LiteralStringChar, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go-60-			{`"`, LiteralString, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go:61:			{`\\([\\"\'$nrbtfav]|(x|u|U)[a-fA-F0-9]+|\d+)`, LiteralStringEscape, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go:62:			{`\$(?:[a-zA-Z_¡-￿]|[𐀀-􏿿])(?:[a-zA-Z_0-9¡-￿]|[𐀀-􏿿])*!*`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go:63:			{`(\$)(\()`, ByGroups(LiteralStringInterpol, Punctuation), Push("in-intp")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go-64-			{`%[-#0 +]*([0-9]+|[*])?(\.([0-9]+|[*]))?[hlL]?[E-GXc-giorsux%]`, LiteralStringInterpol, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go-68-			{`"""`, LiteralString, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go:69:			{`\\([\\"\'$nrbtfav]|(x|u|U)[a-fA-F0-9]+|\d+)`, LiteralStringEscape, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go:70:			{`\$(?:[a-zA-Z_¡-￿]|[𐀀-􏿿])(?:[a-zA-Z_0-9¡-￿]|[𐀀-􏿿])*!*`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go:71:			{`(\$)(\()`, ByGroups(LiteralStringInterpol, Punctuation), Push("in-intp")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go-72-			{`.|\s`, LiteralString, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go-84-			{"`", LiteralStringBacktick, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go:85:			{`\$(?:[a-zA-Z_¡-￿]|[𐀀-􏿿])(?:[a-zA-Z_0-9¡-￿]|[𐀀-􏿿])*!*`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go:86:			{`(\$)(\()`, ByGroups(LiteralStringInterpol, Punctuation), Push("in-intp")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/j/julia.go-87-			{`.|\s`, LiteralStringBacktick, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/testdata/graphql.actual-3-    name
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/testdata/graphql.actual:4:    friends @include(if: $withFriends) {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/testdata/graphql.actual-5-      name
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/ballerina.go-22-			{`(break|catch|continue|done|else|finally|foreach|forever|fork|if|lock|match|return|throw|transaction|try|while)\b`, Keyword, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/ballerina.go:23:			{`((?:(?:[^\W\d]|\$)[\w.\[\]$<>]*\s+)+?)((?:[^\W\d]|\$)[\w$]*)(\s*)(\()`, ByGroups(UsingSelf("root"), NameFunction, Text, Operator), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/ballerina.go-24-			{`@[^\W\d][\w.]*`, NameDecorator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/ballerina.go-30-			{`'\\.'|'[^\\]'|'\\u[0-9a-fA-F]{4}'`, LiteralStringChar, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/ballerina.go:31:			{`(\.)((?:[^\W\d]|\$)[\w$]*)`, ByGroups(Operator, NameAttribute), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/ballerina.go:32:			{`^\s*([^\W\d]|\$)[\w$]*:`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/ballerina.go:33:			{`([^\W\d]|\$)[\w$]*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/ballerina.go-34-			{`([0-9][0-9_]*\.([0-9][0-9_]*)?|\.[0-9][0-9_]*)([eE][+\-]?[0-9][0-9_]*)?[fFdD]?|[0-9][eE][+\-]?[0-9][0-9_]*[fFdD]?|[0-9]([eE][+\-]?[0-9][0-9_]*)?[fFdD]|0[xX]([0-9a-fA-F][0-9a-fA-F_]*\.?|([0-9a-fA-F][0-9a-fA-F_]*)?\.[0-9a-fA-F][0-9a-fA-F_]*)[pP][+\-]?[0-9][0-9_]*[fFdD]?`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go-27-		"interp": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go:28:			{`\$\(\(`, Keyword, Push("math")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go:29:			{`\$\(`, Keyword, Push("paren")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go:30:			{`\$\{#?`, LiteralStringInterpol, Push("curly")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go:31:			{`\$[a-zA-Z_]\w*`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go:32:			{`\$(?:\d+|[#$?!_*@-])`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go-33-			{`\$`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go-47-		"data": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go:48:			{`(?s)\$?"(\\\\|\\[0-7]+|\\.|[^"\\$])*"`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go-49-			{`"`, LiteralStringDouble, Push("string")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go:50:			{`(?s)\$'(\\\\|\\[0-7]+|\\.|[^'\\])*'`, LiteralStringSingle, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go-51-			{`(?s)'.*?'`, LiteralStringSingle, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go-55-			{`\s+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go:56:			{`\d+(?= |$)`, LiteralNumber, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go-57-			{"[^=\\s\\[\\]{}()$\"\\'`\\\\<&|;]+", Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go-61-			{`"`, LiteralStringDouble, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go:62:			{`(?s)(\\\\|\\[0-7]+|\\.|[^"\\$])+`, LiteralStringDouble, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bash.go-63-			Include("interp"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-26-			{`((?:for|if|rem)(?:(?=(?:\^[\n\x1a]?)?/)|(?:(?!\^)|(?<=m))(?:(?=\()|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+)?(?:\^[\n\x1a]?)?/(?:\^[\n\x1a]?)?\?)`, ByGroups(Keyword, UsingSelf("text")), Push("follow")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:27:			{`(goto(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(]))((?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"%\n\x1a&<>|])*(?:\^[\n\x1a]?)?/(?:\^[\n\x1a]?)?\?(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"%\n\x1a&<>|])*)`, ByGroups(Keyword, UsingSelf("text")), Push("follow")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-28-			{Words(``, `(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(])`, `assoc`, `break`, `cd`, `chdir`, `cls`, `color`, `copy`, `date`, `del`, `dir`, `dpath`, `echo`, `endlocal`, `erase`, `exit`, `ftype`, `keys`, `md`, `mkdir`, `mklink`, `move`, `path`, `pause`, `popd`, `prompt`, `pushd`, `rd`, `ren`, `rename`, `rmdir`, `setlocal`, `shift`, `start`, `time`, `title`, `type`, `ver`, `verify`, `vol`), Keyword, Push("follow")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-35-			{`(if(?:(?=\()|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))(?!\^))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)((?:/i(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))?)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)((?:not(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))?)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)`, ByGroups(Keyword, UsingSelf("text"), Keyword, UsingSelf("text"), Keyword, UsingSelf("text")), Push("(?", "if")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:36:			{`rem(((?=\()|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))(?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+)?.*|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(])(?:(?:[^\n\x1a^]|\^[\n\x1a]?[\w\W])*))`, CommentSingle, Push("follow")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-37-			{`(set(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(]))((?:(?:\^[\n\x1a]?)?[^\S\n])*)(/a)`, ByGroups(Keyword, UsingSelf("text"), Keyword), Push("arithmetic")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-53-			{`([=+\-*/!~]|%|\^\^)+`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:54:			{`((?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(\^[\n\x1a]?)?[^()=+\-*/!~%^"\n\x1a&<>|\t\v\f\r ,;=\xa0]|\^[\n\x1a\t\v\f\r ,;=\xa0]?[\w\W])+`, UsingSelf("variable"), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-55-			{`(?=[\x00|&])`, Text, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-61-		"label": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:62:			{`((?:(?:[^\n\x1a&<>|\t\v\f\r ,;=\xa0+:^]|\^[\n\x1a]?[\w\W])*)?)((?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|\^[\n\x1a]?[\w\W]|[^"%^\n\x1a&<>|])*)`, ByGroups(NameLabel, CommentSingle), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-63-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-65-			{`((?:(?<=[\n\x1a\t\v\f\r ,;=\xa0])\d)?)(>>?&|<&)([\n\x1a\t\v\f\r ,;=\xa0]*)(\d)`, ByGroups(LiteralNumberInteger, Punctuation, Text, LiteralNumberInteger), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:66:			{`((?:(?<=[\n\x1a\t\v\f\r ,;=\xa0])(?<!\^[\n\x1a])\d)?)(>>?|<)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(LiteralNumberInteger, Punctuation, UsingSelf("text")), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-67-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-76-			{`((?:for|if|rem)(?:(?=(?:\^[\n\x1a]?)?/)|(?:(?!\^)|(?<=m))(?:(?=\()|(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0)])+)?(?:\^[\n\x1a]?)?/(?:\^[\n\x1a]?)?\?)`, ByGroups(Keyword, UsingSelf("text")), Push("follow/compound")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:77:			{`(goto(?:(?=\))|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(])))((?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"%\n\x1a&<>|)])*(?:\^[\n\x1a]?)?/(?:\^[\n\x1a]?)?\?(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"%\n\x1a&<>|)])*)`, ByGroups(Keyword, UsingSelf("text")), Push("follow/compound")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-78-			{Words(``, `(?:(?=\))|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(]))`, `assoc`, `break`, `cd`, `chdir`, `cls`, `color`, `copy`, `date`, `del`, `dir`, `dpath`, `echo`, `endlocal`, `erase`, `exit`, `ftype`, `keys`, `md`, `mkdir`, `mklink`, `move`, `path`, `pause`, `popd`, `prompt`, `pushd`, `rd`, `ren`, `rename`, `rmdir`, `setlocal`, `shift`, `start`, `time`, `title`, `type`, `ver`, `verify`, `vol`), Keyword, Push("follow/compound")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-85-			{`(if(?:(?=\()|(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))(?!\^))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)((?:/i(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))?)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)((?:not(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))?)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)`, ByGroups(Keyword, UsingSelf("text"), Keyword, UsingSelf("text"), Keyword, UsingSelf("text")), Push("(?", "if")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:86:			{`rem(((?=\()|(?:(?=\))|(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))(?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+)?.*|(?:(?=\))|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(]))(?:(?:[^\n\x1a^)]|\^[\n\x1a]?[^)])*))`, CommentSingle, Push("follow/compound")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-87-			{`(set(?:(?=\))|(?=(?:\^[\n\x1a]?)?[\t\v\f\r ,;=\xa0+./:[\\\]]|[\n\x1a&<>|(])))((?:(?:\^[\n\x1a]?)?[^\S\n])*)(/a)`, ByGroups(Keyword, UsingSelf("text"), Keyword), Push("arithmetic/compound")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-105-			{`([=+\-*/!~]|%|\^\^)+`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:106:			{`((?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(\^[\n\x1a]?)?[^()=+\-*/!~%^"\n\x1a&<>|\t\v\f\r ,;=\xa0]|\^[\n\x1a\t\v\f\r ,;=\xa0]?[^)])+`, UsingSelf("variable"), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-107-			{`(?=[\x00|&])`, Text, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-115-			{`(?=\))`, Text, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:116:			{`((?:(?:[^\n\x1a&<>|\t\v\f\r ,;=\xa0+:^)]|\^[\n\x1a]?[^)])*)?)((?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|\^[\n\x1a]?[^)]|[^"%^\n\x1a&<>|)])*)`, ByGroups(NameLabel, CommentSingle), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-117-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-119-			{`((?:(?<=[\n\x1a\t\v\f\r ,;=\xa0])\d)?)(>>?&|<&)([\n\x1a\t\v\f\r ,;=\xa0]*)(\d)`, ByGroups(LiteralNumberInteger, Punctuation, Text, LiteralNumberInteger), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:120:			{`((?:(?<=[\n\x1a\t\v\f\r ,;=\xa0])(?<!\^[\n\x1a])\d)?)(>>?|<)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0)])+))+))`, ByGroups(LiteralNumberInteger, Punctuation, UsingSelf("text")), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-121-		},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-122-		"variable-or-escape": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:123:			{`(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-124-			{`%%|\^[\n\x1a]?(\^!|[\w\W])`, LiteralStringEscape, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-127-			{`"`, LiteralStringDouble, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:128:			{`(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-129-			{`\^!|%%`, LiteralStringEscape, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-161-		"for/f": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:162:			{`(")((?:(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[^"])*?")([\n\x1a\t\v\f\r ,;=\xa0]*)(\))`, ByGroups(LiteralStringDouble, UsingSelf("string"), Text, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-163-			{`"`, LiteralStringDouble, Push("#pop", "for2", "string")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:164:			{`('(?:%%|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|[\w\W])*?')([\n\x1a\t\v\f\r ,;=\xa0]*)(\))`, ByGroups(UsingSelf("sqstring"), Text, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:165:			{"(`(?:%%|(?:(?:%(?:\\*|(?:~[a-z]*(?:\\$[^:]+:)?)?\\d|[^%:\\n\\x1a]+(?::(?:~(?:-?\\d+)?(?:,(?:-?\\d+)?)?|(?:[^%\\n\\x1a^]|\\^[^%\\n\\x1a])[^=\\n\\x1a]*=(?:[^%\\n\\x1a^]|\\^[^%\\n\\x1a])*)?)?%))|(?:\\^?![^!:\\n\\x1a]+(?::(?:~(?:-?\\d+)?(?:,(?:-?\\d+)?)?|(?:[^!\\n\\x1a^]|\\^[^!\\n\\x1a])[^=\\n\\x1a]*=(?:[^!\\n\\x1a^]|\\^[^!\\n\\x1a])*)?)?\\^?!))|[\\w\\W])*?`)([\\n\\x1a\\t\\v\\f\\r ,;=\\xa0]*)(\\))", ByGroups(UsingSelf("bqstring"), Text, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-166-			Include("for2"),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-173-			{`((?:cmdextversion|errorlevel)(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+))(\d+)`, ByGroups(Keyword, UsingSelf("text"), LiteralNumberInteger), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:174:			{`(defined(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+))((?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(Keyword, UsingSelf("text"), UsingSelf("variable")), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:175:			{`(exist(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(Keyword, UsingSelf("text")), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-176-			{`((?:-?(?:0[0-7]+|0x[\da-f]+|\d+)(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a]))(?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+))((?:equ|geq|gtr|leq|lss|neq))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)(?:-?(?:0[0-7]+|0x[\da-f]+|\d+)(?=\^?[\t\v\f\r ,;=\xa0]|[&<>|\n\x1a])))`, ByGroups(UsingSelf("arithmetic"), OperatorWord, UsingSelf("arithmetic")), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:177:			{`(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+)`, UsingSelf("text"), Push("#pop", "if2")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-178-		},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-179-		"if2": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:180:			{`((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?)(==)((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)?(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(UsingSelf("text"), Operator, UsingSelf("text")), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go:181:			{`((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+))((?:equ|geq|gtr|leq|lss|neq))((?:(?:(?:\^[\n\x1a])?[\t\v\f\r ,;=\xa0])+)(?:[&<>|]+|(?:(?:"[^\n\x1a"]*(?:"|(?=[\n\x1a])))|(?:(?:%(?:\*|(?:~[a-z]*(?:\$[^:]+:)?)?\d|[^%:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^%\n\x1a^]|\^[^%\n\x1a])[^=\n\x1a]*=(?:[^%\n\x1a^]|\^[^%\n\x1a])*)?)?%))|(?:\^?![^!:\n\x1a]+(?::(?:~(?:-?\d+)?(?:,(?:-?\d+)?)?|(?:[^!\n\x1a^]|\^[^!\n\x1a])[^=\n\x1a]*=(?:[^!\n\x1a^]|\^[^!\n\x1a])*)?)?\^?!))|(?:(?:(?:\^[\n\x1a]?)?[^"\n\x1a&<>|\t\v\f\r ,;=\xa0])+))+))`, ByGroups(UsingSelf("text"), OperatorWord, UsingSelf("text")), Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/batch.go-182-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go-23-			{`@string`, NameClass, Push("closing-brace", "field", "opening-brace")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go:24:			{"@[a-z_@!$&*+\\-./:;<>?\\[\\\\\\]^`|~][\\w@!$&*+\\-./:;<>?\\[\\\\\\]^`|~]*", NameClass, Push("closing-brace", "command-body", "opening-brace")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go-25-			{`.+`, Comment, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go-45-			Include("whitespace"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go:46:			{"[a-z_@!$&*+\\-./:;<>?\\[\\\\\\]^`|~][\\w@!$&*+\\-./:;<>?\\[\\\\\\]^`|~]*", NameAttribute, Push("value", "=")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go-47-			Default(Pop(1)),
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go-54-			Include("whitespace"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go:55:			{"[a-z_@!$&*+\\-./:;<>?\\[\\\\\\]^`|~][\\w@!$&*+\\-./:;<>?\\[\\\\\\]^`|~]*", NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go-56-			{`"`, LiteralString, Push("quoted-string")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go-24-			{`[0-9]+`, LiteralNumberInteger, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go:25:			{`\$[0-9a-f]+`, LiteralNumberHex, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go-26-			{`\%[10]+`, LiteralNumberBin, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go-33-			{`\b(Object)\b([ \t]*)([.])([ \t]*)([a-z]\w*)\b`, ByGroups(Operator, Text, Punctuation, Text, NameClass), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go:34:			{`\b([a-z]\w*)(?:([ \t]*)(@{1,2}|[#$%])|([ \t]*)([.])([ \t]*)(?:([a-z]\w*)))?\b([ \t]*)(\()`, ByGroups(NameFunction, Text, KeywordType, Text, Punctuation, Text, NameClass, Text, Punctuation), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go:35:			{`\b(Function)\b([ \t]+)([a-z]\w*)(?:([ \t]*)(@{1,2}|[#$%])|([ \t]*)([.])([ \t]*)(?:([a-z]\w*)))?`, ByGroups(KeywordReserved, Text, NameFunction, Text, KeywordType, Text, Punctuation, Text, NameClass), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go-36-			{`\b(Type)([ \t]+)([a-z]\w*)`, ByGroups(KeywordReserved, Text, NameClass), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go-39-			{Words(`\b`, `\b`, `End`, `Return`, `Exit`, `Chr`, `Len`, `Asc`, `New`, `Delete`, `Insert`, `Include`, `Function`, `Type`, `If`, `Then`, `Else`, `ElseIf`, `EndIf`, `For`, `To`, `Next`, `Step`, `Each`, `While`, `Wend`, `Repeat`, `Until`, `Forever`, `Select`, `Case`, `Default`, `Goto`, `Gosub`, `Data`, `Read`, `Restore`), KeywordReserved, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go:40:			{`([a-z]\w*)(?:([ \t]*)(@{1,2}|[#$%])|([ \t]*)([.])([ \t]*)(?:([a-z]\w*)))?`, ByGroups(NameVariable, Text, KeywordType, Text, Punctuation, Text, NameClass), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/b/blitz.go-41-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nim.go-21-			{`#.*$`, Comment, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nim.go:22:			{`[*=><+\-/@$~&%!?|\\\[\]]`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nim.go-23-			{"\\.\\.|\\.|,|\\[\\.|\\.\\]|\\{\\.|\\.\\}|\\(\\.|\\.\\)|\\{|\\}|\\(|\\)|:|\\^|`|;", Punctuation, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nim.go-50-		"strings": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nim.go:51:			{`(?<!\$)\$(\d+|#|\w+)+`, LiteralStringInterpol, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nim.go:52:			{`[^\\\'"$\n]+`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nim.go-53-			{`[\'"\\]`, LiteralString, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/newspeak.go-43-		"literals": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/newspeak.go:44:			{`\$.`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/newspeak.go-45-			{`'[^']*'`, LiteralString, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-55-			{` [/-] `, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go:56:			{`(\.)(\${)`, ByGroups(Operator, StringInterpol), Push("interpol")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go:57:			{`(\?)(\s*)(\${)`, ByGroups(Operator, Text, StringInterpol), Push("interpol")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-58-			{Words(``, ``, strings.Fields("@ . ? ++ + != ! // == && || -> <= < >= > *")...), Operator, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-74-			{`"`, StringDouble, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go:75:			{`\${`, StringInterpol, Push("interpol")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-76-			{`\\.`, StringEscape, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-83-			{`''`, StringSingle, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go:84:			{`\${`, StringInterpol, Push("interpol")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-85-			// The next rule is important: "$" escapes any symbol except "{"!
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go:86:			{`\$.`, StringSingle, nil}, // "$."
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-87-			{`.|\n`, StringSingle, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-92-			{`in` + nixb, Keyword, Pop(1)},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go:93:			{`\${`, StringInterpol, Push("interpol")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-94-			Include("root"), // "==" has to be above "="
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-104-		"uri": {
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go:105:			{`[a-zA-Z][a-zA-Z0-9+.-]*:[a-zA-Z0-9%/?:@&=+$,_.!~*'-]+`, StringDoc, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nix.go-106-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nginx.go-34-			{`on|off`, NameConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nginx.go:35:			{`\$[^\s;#()]+`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nginx.go-36-			{`([a-z0-9.-]+)(:)([0-9]+)`, ByGroups(Name, Punctuation, LiteralNumberInteger), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nginx.go-40-			{`[:=~]`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nginx.go:41:			{`[^\s;#{}$]+`, LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nginx.go-42-			{`/[^\s;#]*`, Name, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nginx.go-43-			{`\s+`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nginx.go:44:			{`[$;]`, Text, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nginx.go-45-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-7-
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go:8:// Nasm lexer.
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go:9:var Nasm = internal.Register(MustNewLexer(
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-10-	&Config{
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-20-			Include("whitespace"),
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go:21:			{`[a-z$._?][\w$.?#@~]*:`, NameLabel, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go:22:			{`([a-z$._?][\w$.?#@~]*)(\s+)(equ)`, ByGroups(NameConstant, KeywordDeclaration, KeywordDeclaration), Push("instruction-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-23-			{`BITS|USE16|USE32|SECTION|SEGMENT|ABSOLUTE|EXTERN|GLOBAL|ORG|ALIGN|STRUC|ENDSTRUC|COMMON|CPU|GROUP|UPPERCASE|IMPORT|EXPORT|LIBRARY|MODULE`, Keyword, Push("instruction-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-24-			{`(?:res|d)[bwdqt]|times`, KeywordDeclaration, Push("instruction-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go:25:			{`[a-z$._?][\w$.?#@~]*`, NameFunction, Push("instruction-args")},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-26-			{`[\r\n]+`, Text, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-29-			{"\"(\\\\\"|[^\"\\n])*\"|'(\\\\'|[^'\\n])*'|`(\\\\`|[^`\\n])*`", LiteralString, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go:30:			{`(?:0x[0-9a-f]+|$0[0-9a-f]*|[0-9]+[0-9a-f]*h)`, LiteralNumberHex, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-31-			{`[0-7]+q`, LiteralNumberOct, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-36-			{`r[0-9][0-5]?[bwd]|[a-d][lh]|[er]?[a-d]x|[er]?[sb]p|[er]?[sd]i|[c-gs]s|st[0-7]|mm[0-7]|cr[0-4]|dr[0-367]|tr[3-7]`, NameBuiltin, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go:37:			{`[a-z$._?][\w$.?#@~]*`, NameVariable, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-38-			{`[\r\n]+`, Text, Pop(1)},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-53-			{`[&|^<>+*/%~-]+`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go:54:			{`[$]+`, KeywordConstant, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/n/nasm.go-55-			{`seg|wrt|strict`, OperatorWord, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/i/idris.go-18-			{`^(\s*)(%lib|link|flag|include|hide|freeze|access|default|logging|dynamic|name|error_handlers|language)`, ByGroups(Text, KeywordReserved), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/i/idris.go:19:			{`(\s*)(--(?![!#$%&*+./<=>?@^|_~:\\]).*?)$`, ByGroups(Text, CommentSingle), nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/i/idris.go-20-			{`(\s*)(\|{3}.*?)$`, ByGroups(Text, CommentSingle), nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/i/idris.go-27-			{`(<-|::|->|=>|=)`, OperatorWord, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/i/idris.go:28:			{`([(){}\[\]:!#$%&*+.\\/<=>?@^|~-]+)`, OperatorWord, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/i/idris.go-29-			{`\d+[eE][+-]?\d+`, LiteralNumberFloat, nil},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/i/idris.go-49-			{`,`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/i/idris.go:50:			{`[:!#$%&*+.\\/<=>?@^|~-]+`, Operator, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/lexers/i/idris.go-51-			{`\(`, Punctuation, Push("funclist", "funclist")},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/cmd/chroma/main.go-46-
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/cmd/chroma/main.go:47:		Lexer     string `help:"Lexer to use when formatting." default:"autodetect" short:"l" enum:"${lexers}"`
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/cmd/chroma/main.go:48:		Style     string `help:"Style to use for formatting." default:"swapoff" short:"s" enum:"${styles}"`
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/cmd/chroma/main.go:49:		Formatter string `help:"Formatter to use." default:"terminal" short:"f" enum:"${formatters}"`
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/cmd/chroma/main.go-50-
##############################################
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/coalesce_test.go-11-		"root": []Rule{
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/coalesce_test.go:12:			{`[!@#$%^&*()]`, Punctuation, nil},
gitlab-workhorse-8.39.0+debian/vendor/github.com/alecthomas/chroma/coalesce_test.go-13-		},
##############################################
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/transport.go-90-	return &httpTransport{
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/transport.go:91:		traceURL: fmt.Sprintf("http://%s/v0.4/traces", resolveAddr(addr)),
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/transport.go-92-		client: &http.Client{
##############################################
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/transport.go-132-// take precedence over configuration.
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/transport.go:133:func resolveAddr(addr string) string {
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/transport.go-134-	host, port, err := net.SplitHostPort(addr)
##############################################
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/option.go-87-// localhost:8126. It should contain both host and port.
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/option.go:88:func WithAgentAddr(addr string) StartOption {
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/option.go-89-	return func(c *config) {
##############################################
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/doc.go-6-// setup where this would be different (let's say 127.0.0.1:1234), we could do:
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/doc.go:7:// 	tracer.Start(tracer.WithAgentAddr("127.0.0.1:1234"))
gitlab-workhorse-8.39.0+debian/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/doc.go-8-// 	defer tracer.Stop()
##############################################
gitlab-workhorse-8.39.0+debian/channel_test.go-140-	defer client.Close()
gitlab-workhorse-8.39.0+debian/channel_test.go:141:	clientIP, _, err := net.SplitHostPort(client.LocalAddr().String())
gitlab-workhorse-8.39.0+debian/channel_test.go-142-	if err != nil {