comparison runtime/syntax/dune.vim @ 23466:15fa3923cc49

Update runtime files. Commit: https://github.com/vim/vim/commit/7e6a515ed14e204fafb3dd6e98f2fb543e64aedd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 16:39:53 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 16:45:04 +0100
parents 432714f5c0f7
children
comparison
equal deleted inserted replaced
23465:58bad104e7ee 23466:15fa3923cc49
1 " Vim syntax file
1 " Language: Dune buildsystem 2 " Language: Dune buildsystem
2 " Maintainer: Markus Mottl <markus.mottl@gmail.com> 3 " Maintainer: Markus Mottl <markus.mottl@gmail.com>
3 " Anton Kochkov <anton.kochkov@gmail.com> 4 " Anton Kochkov <anton.kochkov@gmail.com>
4 " URL: https://github.com/rgrinberg/vim-ocaml 5 " URL: https://github.com/ocaml/vim-ocaml
5 " Last Change: 6 " Last Change:
6 " 2019 Feb 27 - Add newer keywords to the syntax (Simon Cruanes) 7 " 2019 Feb 27 - Add newer keywords to the syntax (Simon Cruanes)
7 " 2018 May 8 - Check current_syntax (Kawahara Satoru) 8 " 2018 May 8 - Check current_syntax (Kawahara Satoru)
8 " 2018 Mar 29 - Extend jbuild syntax with more keywords (Petter A. Urkedal) 9 " 2018 Mar 29 - Extend jbuild syntax with more keywords (Petter A. Urkedal)
9 " 2017 Sep 6 - Initial version (Etienne Millon) 10 " 2017 Sep 6 - Initial version (Etienne Millon)
26 syn keyword lispKey install_c_headers modes no_dynlink self_build_stubs_archive 27 syn keyword lispKey install_c_headers modes no_dynlink self_build_stubs_archive
27 syn keyword lispKey ppx_runtime_libraries virtual_deps js_of_ocaml link_flags 28 syn keyword lispKey ppx_runtime_libraries virtual_deps js_of_ocaml link_flags
28 syn keyword lispKey javascript_files flags ocamlc_flags ocamlopt_flags pps staged_pps 29 syn keyword lispKey javascript_files flags ocamlc_flags ocamlopt_flags pps staged_pps
29 syn keyword lispKey library_flags c_flags c_library_flags kind package action 30 syn keyword lispKey library_flags c_flags c_library_flags kind package action
30 syn keyword lispKey deps targets locks fallback 31 syn keyword lispKey deps targets locks fallback
31 syn keyword lispKey inline_tests tests names 32 syn keyword lispKey inline_tests tests test names
32 33
33 syn keyword lispAtom true false 34 syn keyword lispAtom true false
34 35
35 syn keyword lispFunc cat chdir copy# diff? echo run setenv 36 syn keyword lispFunc cat chdir copy# diff? echo run setenv
36 syn keyword lispFunc ignore-stdout ignore-stderr ignore-outputs 37 syn keyword lispFunc ignore-stdout ignore-stderr ignore-outputs