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
commit 224d22148b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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