Merge pull request #54 from Rindrics/add-org-mode

Add Org support
This commit is contained in:
Alastair Mooney
2021-07-05 08:42:51 +01:00
committed by GitHub

View File

@@ -365,5 +365,21 @@
} }
} }
] ]
},
{
"language": "Org",
"markers": [
{
"type": "line",
"pattern": "#"
},
{
"type": "block",
"pattern": {
"start": "#\\+begin_comment",
"end": "#\\+end_comment"
}
}
]
} }
] ]