diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16f1825b..432a2dce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,6 @@ jobs: with: channel: ${{ matrix.atom_channel }} - - name: Install Visual Studio 2015 on Windows - if: ${{ contains(matrix.os, 'windows') }} - run: | - choco install visualcpp-build-tools --version=14.0.25420.1 --ignore-dependencies -y --params "'/IncludeRequired'" - echo ::set-env name=VCTargetsPath::'C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140' - - name: Install dependencies run: apm install diff --git a/README.md b/README.md index f91a7f57..d80d4475 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# JavaScript language support in Atom +##### Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our [official announcement](https://github.blog/2022-06-08-sunsetting-atom/) + # JavaScript language support in Atom ![ci](https://github.com/atom/language-javascript/workflows/ci/badge.svg) [![Dependency Status](https://david-dm.org/atom/language-javascript.svg)](https://david-dm.org/atom/language-javascript) diff --git a/grammars/javascript.cson b/grammars/javascript.cson index 7f947188..62011cef 100644 --- a/grammars/javascript.cson +++ b/grammars/javascript.cson @@ -973,10 +973,10 @@ } { 'match': '''(?x) (?