Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
refs/heads/android-16
/
.
/
runtime
/
syntax
/
livebook.vim
blob: 133cab01e36ea39497718ae9eaec855ac0ae24d6 [
file
] [
log
] [
blame
]
Bram Moolenaar
71badf9
2023-04-22 22:40:14 +0100
[
diff
] [
blame
]
1
" Placeholder Livebook syntax file.
2
"
This
simply uses the markdown syntax
.
3
4
if
exists
(
"b:current_syntax"
)
5
finish
6
endif
7
8
runtime
!
syntax
/
markdown
.
vim