Add org-mode

This commit is contained in:
Akira Hayashi 2021-07-04 06:52:18 +09:00 committed by Akira
parent 541150182a
commit bd1edb86c0
No known key found for this signature in database
GPG Key ID: 93E6F8B72514B8D3

View File

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