summaryrefslogtreecommitdiff
path: root/ftdetect/olang.vim
diff options
context:
space:
mode:
authorJohnny Richard <johnny@johnnyrichard.com>2024-08-12 23:30:54 +0200
committerJohnny Richard <johnny@johnnyrichard.com>2024-08-12 23:59:52 +0200
commitf1cce688ccd11b4cde93dab0d2e59242a0e574b3 (patch)
tree3cbf72160529295115fca27d9923a8b64e1dd7c1 /ftdetect/olang.vim
parent6e693237f959170e5ed616027f216bf449804e09 (diff)
syntax: Add basic structure to syntax file
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'ftdetect/olang.vim')
-rw-r--r--ftdetect/olang.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/olang.vim b/ftdetect/olang.vim
new file mode 100644
index 0000000..c450014
--- /dev/null
+++ b/ftdetect/olang.vim
@@ -0,0 +1 @@
+au BufRead,BufNewFile *.ol set filetype=olang