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

View File

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