Sha256: 5df17b3448894320ab961eeb306e10d4d28c78d7a77066aa2af1d0770c301e96
Contents?: true
Size: 720 Bytes
Versions: 38
Compression:
Stored size: 720 Bytes
Contents
{ "fileTypes": [ "bf" ], "foldingStartMarker": "\\[", "foldingStopMarker": "\\]", "name": "Brainfuck", "patterns": [ { "name": "constant.character.modify-value.bf", "match": "[+-]" }, { "name": "keyword.operator.modify-pointer.bf", "match": "[<>]" }, { "name": "entity.name.function.io.bf", "match": "[.,]" }, { "name": "punctuation.definition.tag.begin.bf", "match": "\\[" }, { "name": "punctuation.definition.tag.end.bf", "match": "\\]" }, { "name": "comment.block.bf", "match": "[^-.,+<>\\[\\]]" } ], "scopeName": "source.bf", "uuid": "6D766F27-DE38-44E5-962E-E6B3F159A314" }
Version data entries
38 entries across 38 versions & 2 rubygems