Vadim Yanitskiy
28270c017b
{syntax,dicts}: add additional matching keywords
...
These keywords are described in ETSI ES 203 022, section 5.3.
9 months ago
Vadim Yanitskiy
facfb17478
{dicts,syntax}: add missing 'int2enum' function
11 months ago
Vadim Yanitskiy
fb46c71591
dicts: add some missing keywords from 'Predefined functions'
11 months ago
Vadim Yanitskiy
08c3e2b36e
syntax: fix highlighting of bin/hex/oct strings containing '?'
1 year ago
Vadim Yanitskiy
d0291c34f2
{syntax,dicts}: add missing 'testcasename' and 'hostId' functions
2 years ago
Vadim Yanitskiy
f20cbaa0b4
{syntax,dicts}: add missing 'decmatch' operator
2 years ago
Vadim Yanitskiy
dde5d8e797
{syntax,dicts}: add missing 'istemplatekind' function
2 years ago
Vadim Yanitskiy
d8908c2315
ftdetect: also detect *.ttcnpp (preprocessed module) files
2 years ago
gustafj
43c615c6df
Merge pull request #1 from radhus/master
...
Add autodetection of *.ttcn files
6 years ago
William Johansson
39968f14d1
Add autodetection of *.ttcn3 files
7 years ago
William Johansson
dc63169650
Add autodetection of *.ttcn files
7 years ago
Gustaf Johansson
d3071b81c3
Added optional HL of language elements (ex vars) based on recommended naming convention.
10 years ago
Gustaf Johansson
5361ac5211
Added dict file for TTCN-3 from vimscript #767
11 years ago
Gustaf Johansson
b0c513e628
Added ftplugin file for TTCN-3 from vimscript #793
11 years ago
Gustaf Johansson
08801596d7
Added indent file for TTCN-3 from vimscript #754
11 years ago
Gustaf Johansson
fd36831765
Updated the syntax file to v4.1.1 of the TTCN-3 standard.
11 years ago
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!
12 years ago
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.
12 years ago
Stefan Karlsson
0e82c7af09
Version 0.5
...
Updated for Vim 6.3 (the script uses cindent, which was modified in Vim 6.3).
12 years ago
Stefan Karlsson
6effbe3b69
Version 1.1
...
Added spell checking support (only comments are spell checked) for those who use Vim 7.
12 years ago
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.
12 years ago
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.
12 years ago