Commit graph

13 commits

Author SHA1 Message Date
Matt Bierner afc3d77e7c Don't treat interpolated strings in make files as content strings
These are more like expression instead of strings

Fixes #38078
2018-07-18 19:09:46 -07:00
Matt Bierner a04a714fa3 Format 2018-07-18 19:08:07 -07:00
Martin Aeschlimann e993d1179d file line detection: allow whitespace after shebang 2018-06-21 10:24:50 +02:00
Martin Aeschlimann 8bd41ceeca built-in extensions: version to 1.0.0 (for #43978) 2018-02-27 15:16:07 +01:00
Martin Aeschlimann e45d279b36 description & name for built-in languages (#43978) 2018-02-20 10:09:22 +01:00
Martin Aeschlimann 3495363b2c make grammar file names consistent 2018-02-09 12:45:27 +01:00
David Lechner cabc8385d1
Add firstline match for Makefile
Some makefiles don't have a file extension and are not named "*Makefile*" but have a shebang that can be used to identify it as a makefile. Example: `debian/rules` in all Debian packages.
2017-11-11 10:47:31 -06:00
Martin Aeschlimann dd751d453a [make] update grammar to fadeevab/make.tmbundle 2017-08-21 16:56:59 +02:00
Martin Aeschlimann c04ce75d90 Leverage configurationDefaults for languages that we bundle with VS Code. Fixes #21301 2017-02-23 23:18:55 +01:00
Martin Aeschlimann 9486bf472c [make] Could you add *.mk file extension to be highlighted as a Makefile into default VS Code distribution? Fixes #17734 2016-12-28 23:06:42 -04:00
Martin Aeschlimann cd5fd41560 [makefile] Update grammar to textmate/make.tmbundle@1a1827d (2015-12-03). Fixes #9757. 2016-08-03 16:13:33 +02:00
Martin Aeschlimann 4a13944af6 Migrate all other languages to language-configuration.json 2016-07-21 20:30:37 +02:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00