Commit graph

16 commits

Author SHA1 Message Date
Alex Ross df15c8e832
Update grammars 2021-05-04 13:42:19 +02:00
Alex Ross 6e968190df Update grammars 2019-02-04 16:35:48 +01:00
Martin Aeschlimann 772aaf777a update grammars 2018-06-11 13:03:28 +02:00
Martin Aeschlimann 9d2814a9a1 update grammars 2018-04-18 22:13:50 +02:00
Martin Aeschlimann d5bded0904 update grammars 2018-03-17 17:40:48 +01:00
Martin Aeschlimann 8fdf170a08 update grammar script: remove unused properties 2018-02-12 16:54:46 +01:00
Martin Aeschlimann 8ba2238650 [bat] update grammar 2017-12-20 17:30:56 +01:00
Matt Bierner e35d778597 Remove duplicate tmlanguage grammar files 2017-11-20 15:45:18 -08:00
Martin Aeschlimann f06a42a8eb [bat] use grammar from mmims/language-batchfile. Fixes #38206, fixes #3845 2017-11-14 14:35:13 +01:00
YukiUeda 3022b4cde4 support %%(fix #26825) 2017-05-26 19:18:05 +09:00
Daniel Podder 5968d8bb01 Stop capturing 'REM' as a keyword.command in Batch 2016-02-05 23:44:02 -08:00
Daniel Podder 2e273e710f Stop strings from spilling onto next line 2016-01-06 12:04:47 -08:00
Daniel Podder 867a87f070 Add tokens to grammar for environment variables 2016-01-06 12:04:46 -08:00
Daniel Podder 3edcbfbd91 Add tokens to grammar for parameter/loop variables 2016-01-06 12:04:46 -08:00
Daniel Podder d5887eeb03 Fix parsing of 'rem' directive
- remove 'rem' from list of keywords so it's not misparsed as a keyword
 - change \s to \b so that 'rem' is detected in case of @rem or &rem, etc.
2016-01-06 12:04:46 -08:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00