Aiday Marlen Kyzy
b73c976b2a
Setting defaultColorDecorators setting to false for languages that use # for start of comments ( #233303 )
...
adding default setting for default color decorators for some languages
2024-11-07 11:41:05 +01:00
Lee Zee
6d186d4c33
shellscript: Register .eclass extension as shell-like ( #219631 )
...
Gentoo provides a framework to define modular code that can be reused between ebuilds and packages; the file extension for Gentoo eclasses should be registered as shell-like syntax in addition to ebuilds.
https://wiki.gentoo.org/wiki/Eclass
2024-07-20 13:14:18 +02:00
Sandeep Somavarapu
1e0580ec23
Use categories for builtin extensions groups ( #202453 )
...
* support grouping of extensions
* remove grouping
* reuse categories parsing
* cleanup
* fix tests
2024-01-14 18:19:29 +01:00
Tobias Hernstig
c612c5d163
Add shellscript `filenamePatterns` for `.env.*` ( #173426 )
...
* Add shellscript `filenamePatterns` for `.env*`
In some cases, projects use `.env` files such as `.env.development`
or `.env.production` or similar things.
Adding this to extensions/shellscript/package.json as a
`filenamePatterns` avoids developers having to add specific
`"files.associations"` to their VS Code settings files.
Fixes #173425
* Change pattern from .env* to .env.*
2023-02-10 14:22:32 +00:00
Alex Ross
7b369be6af
Get latest shellscript grammar and update tests
2023-02-06 12:32:44 +01:00
Alex Ross
c3a17a3ebf
Revert shellscript grammar change and add more tests
2023-02-06 12:32:44 +01:00
Alex Ross
fcb4dd3b18
Try out new shellscript grammar! ( #169118 )
...
Part of #77675
2022-12-14 12:52:31 +01:00
Daniel Imms
5c2cbe2b7d
Add .fish to shell script language
2022-08-09 08:19:27 -07:00
Henning Dieterichs
9aaa850fe4
Adopts "containsBalancedBrackets" flag from vscode/text-mate.
2022-04-07 00:42:19 +02:00
Martin Aeschlimann
73c6f34f9e
Do not recognize Debian's .install file as a shell script. Fixes #124295
2021-05-21 11:20:33 +02:00
Yongming Lai
151c7d5dff
Recognise commonly sourced files as shellscript ( #121373 )
...
Added files commonly sourced by display managers.
- `.xsession` and its variants referenced in `/etc/X11/Xsession`
- `.xprofile` referenced in `/etc/gdm3/Xsession`
This PR fixes #121372 .
2021-04-15 16:32:02 +02:00
Alex Ross
0f17001790
Fix update-grammar scripts for cross-platform use
2021-02-08 15:39:56 +01:00
João Moreno
c3b556727e
fix update-grammars script
2021-02-02 12:30:08 +01:00
João Moreno
ec805db5ed
add repository field to extensions package.json
2021-01-29 15:30:45 +01:00
João Moreno
9a5d14e307
run prettier over extensions json files
2021-01-29 15:19:18 +01:00
João Moreno
3b03189afa
Restore extensions in core ( #114921 )
...
* bring back grammar extensions
* fix hygiene
* Revert "pull themes from the marketplace"
This reverts commit 0738f76dac
.
2021-01-25 17:07:56 +01:00
João Moreno
bc7d3c9ea6
remove grammar extensions
2021-01-15 12:35:17 +01:00
Aditya Thakral
242781566c
Support more shell script file extensions
2020-05-12 17:49:35 -04:00
Aditya Thakral
a33d16d97e
Convert extension array to multiline array
2020-05-12 17:44:39 -04:00
Helloimbob
59391f4636
Merge branch 'master' into patch-1
2020-02-20 21:01:59 +00:00
Helloimbob
e7f9230340
Autodetect csh script as shellscript
...
Identify csh scripts (file extenstion `.csh` or `#!/usr/bin/csh` in first line) as shellscript.
2020-02-17 15:51:57 +00:00
John Blackbourn
97831cfa80
Treat .envrc files as Shell scripts
2020-02-17 13:57:34 +00:00
Martin Aeschlimann
daaf92b5bc
[shellscript] Make \n the default eol. Fixes #49418
2019-10-08 14:53:24 +02:00
TBK
bdc1fd4234
Add support for APKBUILD
...
APKBUILD is the build shell script format for Alpine Linux aports (packages - .apk) - https://wiki.alpinelinux.org/wiki/APKBUILD_Reference
2019-06-18 16:55:48 +02:00
Aurélien Pupier
7a5bca9faf
Add License field to package.jsons #68423 ( #68771 )
...
it should avoid to have "warning XXX: No license field" during yarn
build
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
William Whittle
6764b4c70a
Add 'qsh' as a valid shellscript firstline
...
This is the shell on IBM i
2019-04-26 13:45:36 +01:00
Martin Aeschlimann
a721a6c236
Add 'ash' as a valid shellscript firstline. Fixes #71426
2019-04-01 15:37:07 +02:00
jokurz
21f8789726
Autodetect ksh scripts as shellscript ( #62838 )
...
Identify ksh scripts (file extenstion `.ksh` or `#!/usr/bin/ksh` in first line) as shellscript. Fixes #39096
2018-11-13 11:27:47 +01: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
e1691a6365
Call shellscript files just "Shell Script". Fixes #36889
2017-11-14 16:08:08 +01:00
Martin Aeschlimann
20ad4aae6b
[shell] switch grammar to atom/language-shellscript
2017-11-10 09:19:55 +01:00
Yuichi Tanikawa
d2c4d00e05
Add .zsh-theme to shellscript extensions
2016-11-15 09:46:24 +09:00
Martin Aeschlimann
e94ca102e7
[bash] syntax coloring should accept options on shebang line. Fixes #11040
2016-08-29 14:02:22 +02:00
Eshwar Andhavarapu
64a05e065f
Added .bash_aliases to recognised extensions
2016-08-18 08:42:21 +02:00
Martin Aeschlimann
c927cca365
Update grammar to textmate/shellscript.tmbundle@887a69b (2016-04-28). Fixes 10314
2016-08-09 10:50:33 +02:00
Martin Aeschlimann
4a13944af6
Migrate all other languages to language-configuration.json
2016-07-21 20:30:37 +02:00
Brenton Horne
dd38b29287
Update package.json
2016-05-20 19:49:22 +10:00
Benjamin Pasero
a93a74a041
Revert "Revert "Add syntax highlighting for zsh config files""
...
This reverts commit 4ce22442fa
.
2016-03-23 16:48:34 +01:00
Benjamin Pasero
4ce22442fa
Revert "Add syntax highlighting for zsh config files"
...
This reverts commit 350b17c1fb
.
2016-03-23 09:44:53 +01:00
James Ko
350b17c1fb
Add syntax highlighting for zsh config files
2016-03-22 19:00:33 -04:00
Daniel Imms
10927a864d
Allow bash, sh, zsh as language hints for shellscript
2016-03-17 10:06:08 -07:00
Joao Moreno
d2a151fcc6
darwin: cli install/uninstall
2016-02-16 15:53:50 +01:00
Erich Gamma
8f35cc4768
Hello Code
2015-11-13 14:39:38 +01:00