aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-30 15:06:58 +0200
committerBad Diode <bd@badd10de.dev>2021-10-30 15:06:58 +0200
commit42f16c0583c348fc0a2167ff31f6cce6027307b9 (patch)
treeeff9d9feee8c7cc94c3ed330846b847abfb09847 /misc
parenta921acd83750a66bcb73179ce1581f3280197289 (diff)
downloadbdl-42f16c0583c348fc0a2167ff31f6cce6027307b9.tar.gz
bdl-42f16c0583c348fc0a2167ff31f6cce6027307b9.zip
Update vim syntax to handle set!
Diffstat (limited to 'misc')
-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\+'