We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f6fe0 commit 14df439Copy full SHA for 14df439
syntax/org.vim
@@ -49,7 +49,11 @@ hi def link org_verbatim String
49
50
let s:ts_highlight = luaeval('require("orgmode.config"):ts_highlights_enabled()')
51
if !s:ts_highlight
52
- runtime syntax/org_legacy.vim
+ runtime syntax/org_legacy.vim
53
+else
54
+ syntax match org_block_delimiter /^\s*#+BEGIN_.*/
55
+ syntax match org_block_delimiter /^\s*#+END_.*/
56
+ hi default link org_block_delimiter Comment
57
endif
58
59
" Hyperlinks: {{{1
0 commit comments