Sha256: fb07c5fff872c62add20b92f96554f5ff25a1118580c7e7f3bfb1a5a8d7e65e3
Contents?: true
Size: 1.3 KB
Versions: 4
Compression:
Stored size: 1.3 KB
Contents
{ "fileTypes": [ "lhs" ], "keyEquivalent": "^~H", "name": "Literate Haskell", "patterns": [ { "begin": "^((\\\\)begin)({)code(})(\\s*\\n)?", "captures": { "1": { "name": "support.function.be.latex" }, "2": { "name": "punctuation.definition.function.latex" }, "3": { "name": "punctuation.definition.arguments.begin.latex" }, "4": { "name": "punctuation.definition.arguments.end.latex" } }, "contentName": "source.haskell.embedded.latex", "end": "^((\\\\)end)({)code(})", "name": "meta.function.embedded.haskell.latex", "patterns": [ { "include": "source.haskell" } ] }, { "begin": "^(> )", "beginCaptures": { "1": { "name": "punctuation.definition.bird-track.haskell" } }, "comment": "This breaks type signature detection for now, but it's better than having no highlighting whatsoever.", "end": "$", "name": "meta.embedded.haskell", "patterns": [ { "include": "source.haskell" } ] }, { "include": "text.tex.latex" } ], "scopeName": "text.tex.latex.haskell", "uuid": "439807F5-7129-487D-B5DC-95D5272B43DD" }
Version data entries
4 entries across 4 versions & 1 rubygems