aboutsummaryrefslogtreecommitdiff
path: root/doc/vim/syntax/zig.vim
AgeCommit message (Expand)Author
2016-01-25add the C integer typesAndrew Kelley
2016-01-24introduce the error keyword and typeAndrew Kelley
2016-01-23various small cleanupsAndrew Kelley
2016-01-22add undefined reserved wordAndrew Kelley
2016-01-20doc: remove string keyword from vim syntax highlightingAndrew Kelley
2016-01-15merge constant expression evaluator with analyzerAndrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-11doc: rename match to switch in vim syntaxAndrew Kelley
2016-01-08rename `restrict` to `noalias`Andrew Kelley
2016-01-08add restrict qualifier on pointer argumentsAndrew Kelley
2016-01-07add ?? maybe unwrapping binary operatorAndrew Kelley
2016-01-02basic maybe type workingAndrew Kelley
2015-12-14doc: update vim syntaxAndrew Kelley
2015-12-12prepare codebase for struct and string supportAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley
2015-12-09doc: update vim syntaxAndrew Kelley
2015-12-03add labels and gotoAndrew Kelley
2015-12-01support if conditionalsAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-29parse and codegen for math expressionsAndrew Kelley
2015-11-27add root export declaration which is overridable by command line optionsAndrew Kelley
2015-11-27add tests for compile errorsAndrew Kelley
2015-11-27add pub and export visibility modifiers and optimizationAndrew Kelley
2015-11-24simple vim syntax highlightingAndrew Kelley