Commit Graph

22 Commits

Author SHA1 Message Date
Vadim Yanitskiy 28270c017b {syntax,dicts}: add additional matching keywords
These keywords are described in ETSI ES 203 022, section 5.3.
2022-04-29 19:16:41 +03:00
Vadim Yanitskiy facfb17478 {dicts,syntax}: add missing 'int2enum' function 2022-03-16 19:28:24 +03:00
Vadim Yanitskiy fb46c71591 dicts: add some missing keywords from 'Predefined functions' 2022-03-16 19:27:00 +03:00
Vadim Yanitskiy 08c3e2b36e syntax: fix highlighting of bin/hex/oct strings containing '?' 2022-01-21 20:06:10 +06:00
Vadim Yanitskiy d0291c34f2 {syntax,dicts}: add missing 'testcasename' and 'hostId' functions 2021-06-01 01:13:06 +02:00
Vadim Yanitskiy f20cbaa0b4 {syntax,dicts}: add missing 'decmatch' operator 2021-06-01 00:57:23 +02:00
Vadim Yanitskiy dde5d8e797 {syntax,dicts}: add missing 'istemplatekind' function 2021-06-01 00:54:01 +02:00
Vadim Yanitskiy d8908c2315 ftdetect: also detect *.ttcnpp (preprocessed module) files 2021-06-01 00:49:51 +02:00
gustafj 43c615c6df Merge pull request #1 from radhus/master
Add autodetection of *.ttcn files
2016-09-06 18:48:39 +02:00
William Johansson 39968f14d1 Add autodetection of *.ttcn3 files 2016-08-22 22:54:23 +02:00
William Johansson dc63169650 Add autodetection of *.ttcn files 2016-07-25 15:07:05 +02:00
Gustaf Johansson d3071b81c3 Added optional HL of language elements (ex vars) based on recommended naming convention. 2012-09-22 18:25:22 +02:00
Gustaf Johansson 5361ac5211 Added dict file for TTCN-3 from vimscript #767 2012-09-20 00:48:51 +02:00
Gustaf Johansson b0c513e628 Added ftplugin file for TTCN-3 from vimscript #793 2012-09-20 00:43:54 +02:00
Gustaf Johansson 08801596d7 Added indent file for TTCN-3 from vimscript #754 2012-09-20 00:41:05 +02:00
Gustaf Johansson fd36831765 Updated the syntax file to v4.1.1 of the TTCN-3 standard. 2012-09-19 23:48:30 +02:00
Stefan Karlsson ff1df5c578 Version 0.4
1. Fixed so that Vim's gf, [i, ]i, etc. commands works for ttcn files.
2. Moved some settings to the indent plugin, so make sure you download the latest ttcn-indent script as well!
0001-01-01 00:00:00 +00:00
Stefan Karlsson 26adf4cff7 Version 0.3.1
The previous version of this utility contained both the dictionary file and a ftplugin. However, I decided to split them and the ftplugin is now a separate script.
0001-01-01 00:00:00 +00:00
Stefan Karlsson 0e82c7af09 Version 0.5
Updated for Vim 6.3 (the script uses cindent, which was modified in Vim 6.3).
0001-01-01 00:00:00 +00:00
Stefan Karlsson 6effbe3b69 Version 1.1
Added spell checking support (only comments are spell checked) for those who use Vim 7.
0001-01-01 00:00:00 +00:00
Stefan Karlsson 455794f50e Version 0.4
Made some minor adjustments. In order for things to work, you must download the new "ttcn-ftplugin" as well.
0001-01-01 00:00:00 +00:00
Stefan Karlsson ab86fdeb02 Version 1.0
Added variable g:ttcn_minlines. If this variable is set (e.g. let g:ttcn_minlines=100) it will be used to set "minlines" in the syntax synchronization. If it is not set ":syn sync fromstart" will be used. Thanks to John Orr for pointing out a problem that led to this change.
0001-01-01 00:00:00 +00:00