Sha256: 0dcf33f5a110904fa167205401891cd5a7ce5938a4751809093f145c50a358c5
Contents?: true
Size: 599 Bytes
Versions: 27
Compression:
Stored size: 599 Bytes
Contents
{ "name": "Brainfuck", "scopeName": "source.bf", "patterns": [ { "name": "constant.character.modify-value.bf", "match": "[+-]" }, { "name": "keyword.operator.modify-pointer.bf", "match": "[\u003c\u003e]" }, { "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": "[^-.,+\u003c\u003e\\[\\]]" } ] }
Version data entries
27 entries across 27 versions & 1 rubygems