comparison runtime/doc/syntax.txt @ 18456:6d11fc4aa683

Update runtime files Commit: https://github.com/vim/vim/commit/96f45c0b6fc9e9d404e6805593ed1e0e6795e470 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 19:53:45 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 20:00:04 +0200
parents 375a7ecdb351
children b9cf60801963
comparison
equal deleted inserted replaced
18455:3c98dfd2380c 18456:6d11fc4aa683
1154 1154
1155 Files matching "*.w" could be Progress or cweb. If the automatic detection 1155 Files matching "*.w" could be Progress or cweb. If the automatic detection
1156 doesn't work for you, or you don't edit Progress at all, use this in your 1156 doesn't work for you, or you don't edit Progress at all, use this in your
1157 startup vimrc: > 1157 startup vimrc: >
1158 :let filetype_w = "cweb" 1158 :let filetype_w = "cweb"
1159
1160
1161 DART *dart.vim* *ft-dart-syntax*
1162
1163 Dart is an object-oriented, typed, class defined, garbage collected language
1164 used for developing mobile, desktop, web, and back-end applications. Dart uses
1165 a C-like syntax derived from C, Java, and JavaScript, with features adopted
1166 from Smalltalk, Python, Ruby, and others.
1167
1168 More information about the language and its development environment at the
1169 official Dart language website at https://dart.dev
1170
1171 dart.vim syntax detects and highlights Dart statements, reserved words,
1172 type declarations, storage classes, conditionals, loops, interpolated values,
1173 and comments. There is no support idioms from Flutter or any other Dart
1174 framework.
1175
1176 Changes, fixes? Submit an issue or pull request via:
1177
1178 https://github.com/pr3d4t0r/dart-vim-syntax/
1159 1179
1160 1180
1161 DESKTOP *desktop.vim* *ft-desktop-syntax* 1181 DESKTOP *desktop.vim* *ft-desktop-syntax*
1162 1182
1163 Primary goal of this syntax file is to highlight .desktop and .directory files 1183 Primary goal of this syntax file is to highlight .desktop and .directory files