diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-15 10:45:50 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-15 10:45:50 +0200 |
commit | d43d269bedbb6bcf725eaf5bb5b3c5a0bcfcb0c0 (patch) | |
tree | 8e7702293cc2ced66ac83e4bbe4ae537f7312f8e /syntax/dune.vim | |
parent | 4314841aa4772d98b186636bdbf34fcf48c74275 (diff) | |
download | vim-polyglot-d43d269bedbb6bcf725eaf5bb5b3c5a0bcfcb0c0.tar.gz vim-polyglot-d43d269bedbb6bcf725eaf5bb5b3c5a0bcfcb0c0.zip |
Update
Diffstat (limited to 'syntax/dune.vim')
-rw-r--r-- | syntax/dune.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/dune.vim b/syntax/dune.vim index b9160f78..31925088 100644 --- a/syntax/dune.vim +++ b/syntax/dune.vim @@ -20,7 +20,7 @@ syn keyword lispKey ppx_runtime_libraries virtual_deps js_of_ocaml link_flags syn keyword lispKey javascript_files flags ocamlc_flags ocamlopt_flags pps staged_pps syn keyword lispKey library_flags c_flags c_library_flags kind package action syn keyword lispKey deps targets locks fallback -syn keyword lispKey inline_tests tests names +syn keyword lispKey inline_tests tests test names syn keyword lispAtom true false |