diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-12-06 13:55:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 13:55:38 +0100 |
commit | 0a3826646f9348f9a82b9c8a79efc16dbaf3a21d (patch) | |
tree | dd90b4168838e63bd6cc71744092162a8a031c4e /runtime/doc/syntax.txt | |
parent | 523f03b506bf577811c0e136bc852cdb89f92c00 (diff) | |
download | rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.tar.gz rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.tar.bz2 rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.zip |
vim-patch:4700398e384f (#16538)
Update runtime files
https://github.com/vim/vim/commit/4700398e384f38f752b432e187462f404b96847d
partial skip:
doc/sign.txt
doc/various.txt
doc/motion.txt
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 72f08c37ca..b57b8bfd5c 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3161,6 +3161,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| |