aboutsummaryrefslogtreecommitdiffstats
path: root/misc/bdl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bdl.vim')
-rw-r--r--misc/bdl.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bdl.vim b/misc/bdl.vim
index 438fc86..9013b48 100644
--- a/misc/bdl.vim
+++ b/misc/bdl.vim
@@ -4,7 +4,8 @@ endif
4 4
5let b:current_syntax = "bdl" 5let b:current_syntax = "bdl"
6 6
7syn keyword bdlKeyword lambda if def set! fun 7syn keyword bdlKeyword lambda if def fun
8syn match bdlKeyword "set!"
8syn match bdlComment ";.*$" 9syn match bdlComment ";.*$"
9 10
10syn match bdlNumber '\d\+' 11syn match bdlNumber '\d\+'