diff runtime/doc/syntax.txt @ 26438:c725b8e17f1f

Update runtime files Commit: https://github.com/vim/vim/commit/4700398e384f38f752b432e187462f404b96847d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 5 21:54:04 2021 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 23:00:08 +0100
parents ce3678583211
children f0d7cb510ce3
line wrap: on
line diff
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -3196,6 +3196,14 @@ buffer by buffer basis.
 For more detailed instructions see |ft_sql.txt|.
 
 
+SQUIRREL				*squirrel.vim* *ft-squirrel-syntax*
+
+Squirrel is a high level imperative, object-oriented programming language,
+designed to be a light-weight scripting language that fits in the size, memory
+bandwidth, and real-time requirements of applications like video games.  Files
+with the following extensions are recognized as squirrel files: .nut.
+
+
 TCSH						*tcsh.vim* *ft-tcsh-syntax*
 
 This covers the shell named "tcsh".  It is a superset of csh.  See |csh.vim|