Alex Ross
01cfc62ead
Update shellscript grammar and add new test
2022-04-12 16:49:52 +02: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
03da2de889
add proper yarn.lock files
2021-02-01 14:35:52 +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
e9bb8b306c
do not autoclose quotes when in strings. Fixes #88265
2020-01-09 10:34:43 +01:00
Martin Aeschlimann
daaf92b5bc
[shellscript] Make \n the default eol. Fixes #49418
2019-10-08 14:53:24 +02:00
Jakub Čábera
e82130da4b
shellscript: Add folding markers
2019-06-20 11:13:15 +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
Alex Ross
6c6cd0aab4
Update grammars
2018-12-12 17:25:07 +01:00
isidor
9edd984da8
delete OSSREADME.json
2018-11-20 12:54:22 +01:00
Alex Dima
976cfe3aa7
Merge branch 'master' into isidorn/cgmanifest
2018-11-16 17:52:27 +01:00
isidor
2ba92aa3e8
add commitHash to cgmanifest
2018-11-15 17:43:46 +01:00
isidor
347fb6347b
add all cgmanifests. Still no commitHash
2018-11-14 18:18:25 +01: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
Alex Dima
34e7a220c8
Avoid shipping unnecessary files
2018-09-19 19:53:46 +02:00
Martin Aeschlimann
c640a0ed5c
adopt color changes in colorizer tests
2018-07-27 11:02:03 +02:00
Greg Van Liew
b3a1b98d54
Edit pass on built-in extension descriptions ( #44875 )
2018-03-01 16:43:06 -08:00
Ramya Achutha Rao
15d0e9b30b
Remove and other language features from description of basic builtin extensions #44626
2018-02-27 18:15:50 -08:00
Martin Aeschlimann
8bd41ceeca
built-in extensions: version to 1.0.0 (for #43978 )
2018-02-27 15:16:07 +01:00
Martin Aeschlimann
292a290e3f
Rename built-in syntax and snippet extensions to "Language Basics". Fixes #44241
2018-02-26 21:27:22 +01:00
Martin Aeschlimann
e45d279b36
description & name for built-in languages ( #43978 )
2018-02-20 10:09:22 +01:00
Martin Aeschlimann
8fdf170a08
update grammar script: remove unused properties
2018-02-12 16:54:46 +01:00
Martin Aeschlimann
724b847a27
[sh] update grammar
2017-12-20 17:30:56 +01:00
Martin Aeschlimann
e1691a6365
Call shellscript files just "Shell Script". Fixes #36889
2017-11-14 16:08:08 +01:00
Martin Aeschlimann
052eb388d0
[shell] update OSSReadme
2017-11-10 10:32:20 +01:00
Martin Aeschlimann
20ad4aae6b
[shell] switch grammar to atom/language-shellscript
2017-11-10 09:19:55 +01:00
Martin Aeschlimann
e98c87f6f3
[sh] update grammar
2017-09-25 15:25:05 +02:00
Martin Aeschlimann
35743c41cf
[shellscript] update grammar
2017-09-08 10:47:07 +02:00
Martin Aeschlimann
7790c4a753
update grammars
2017-07-18 10:09:48 +08:00
Joao Moreno
5667cc0e69
use vsce to determine what to package when bundling extensions
...
fixes #29054
2017-06-21 16:17:21 +02:00
Martin Aeschlimann
f9084bb244
Add information_for_contributors to grammars
2017-05-26 09:27:51 +02:00
Martin Aeschlimann
ae333a8b41
test fixes for #17178
2017-05-18 10:50:30 +02:00
Martin Aeschlimann
44bff9ac7f
[shell] update grammar to textmate/shellscript.tmbundle@ba95d7b (2017-03-15)
2017-03-17 17:08:48 +01:00
Alex Dima
90d74c59aa
Use hex colors in themes integration tests
2017-01-05 09:47:08 +01:00
Alex Dima
10f68352a0
Themes integration tests
2017-01-04 22:44:08 +01:00