Commit graph

155 commits

Author SHA1 Message Date
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
Alex Ross 48e93f756b
Update grammars (#194614) 2023-10-02 15:56:43 +01:00
Alex Ross b2864137d0
Add license detail for cpp grammar repo (#193983)
Part of #193966
2023-09-26 09:12:28 +01:00
Alex Ross eb03486765
Freeze C++ grammar version 2023-08-10 00:30:24 +02:00
Henning Dieterichs fd63cf62b9
Merge branch 'main' into singleLineDeindent 2023-07-07 20:30:51 +02:00
Alex Ross 6ac83c7c7d
Update grammars (#178508)
* Update grammars

* Update tests
2023-03-29 11:38:06 +02:00
Stephen Sigwart a99fb2c5c3 Add to C/C++ 2023-02-28 21:17:35 -05:00
Alex Ross cf4acb8050
Update grammars (#175350) 2023-02-24 17:22:41 +01:00
Alex Ross 166b8e2d90
Update grammars (#172807) 2023-01-30 06:27:20 -08:00
Alex Ross ceaf7a431b
Update grammars (#165100) 2022-11-01 07:21:34 -07:00
Sean McManus 3f2adbfe3e
Update language-configuration.json (#163182) 2022-10-11 09:23:42 +02:00
Alex Ross fd4346210f
Update grammars (#162673) 2022-10-04 08:50:55 -07:00
Colen Garoutte-Carson 33787082be
Enable auto-close of multi-line comments in cpp (#160357) 2022-09-26 15:29:05 +02:00
Henning Dieterichs d7ad82454e
Revert "Bracket support for #if and #endif in cpp" 2022-09-23 13:59:23 +02:00
Blip blop 13a51cea1d
Updated support for #if and #endif 2022-09-03 22:26:50 +05:30
Alex Ross 7b69a3c4e1
Update grammars (#154099) 2022-07-05 09:53:51 +02:00
Alex Ross 4e53b01452
Pull in cpp grammar fixes (#152449) 2022-06-17 11:17:09 +00:00
Alex Ross bd1abe08c3
Update C grammar locations (#151733)
Fixes #150288
2022-06-10 13:55:11 +00:00
Alex Ross a1a4c0a63b
Update grammars 2022-01-31 16:52:03 +01:00
Alex Ross 95dcb89a92
Update grammars 2021-12-07 15:12:01 +01:00
Alex Ross 9efc116de0
Update grammars 2021-11-02 15:32:34 +01:00
Alex Ross 6ceee3192e
Update grammars 2021-08-30 14:45:57 +02:00
Alfi Maulana 0f99773ce9
feat: add .tpp and .txx as c++ extensions (#130101) 2021-08-05 09:27:58 +02:00
Alex Ross 6e2b7dda7a
Update cpp and objective c grammars 2021-07-13 11:44:15 +02:00
George White ac1bde29aa
Add .ixx as a possible C++ extension
This extension is used for a C++ module interface file, required for it to be automatically compiled as a module in Visual Studio (as seen [here](https://docs.microsoft.com/en-us/cpp/cpp/modules-cpp?view=msvc-160#basic-example)). Therefore, files with this extension should be highlighted as C++.
2021-07-04 18:09:24 +01:00
Martin Aeschlimann 553d92817b Word selection is incomplete for C++ identifiers containing certain allowed characters. Fixes #121343 2021-04-26 22:08:38 +02:00
Pooya Vakeely 95420b39f2
Add cuda-cpp lang id, grammar and problem matchers (#119444)
* Adding a language ID for CUDA

* Adding aliases for CUDA C++

* Add problem matcher for cuda-cpp based on nvcc output

* Adding a grammar for cuda-cpp

* Adding a language configuration file for cuda-cpp

* Adding a colorizer test for cuda-cpp

* Update the update-grammars.js to pick up cuda-cpp.tmLanguage.json

* Add cgmanifest entry for cuda grammar

Co-authored-by: Alex Ross <alros@microsoft.com>
2021-03-30 11:18:48 +02: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
Alex Ross 4301777727 Update grammars 2020-12-14 15:50:30 +01:00
Alex Ross f5f4af6db3 Update C++ grammar 2020-11-04 16:57:02 +01:00
Caio 425da67728 treat .c++ & .h++ files as c++, & update icon theme 2020-08-09 19:05:57 -03:00
Alex Ross ca74bac4b0 Update grammars 2020-06-18 17:35:13 +02:00
Matt Bierner 040034f7ae Update colorizer baselines 2020-05-26 16:22:50 -07:00
Martin Aeschlimann d5e12a12dd Use code-snippet suffix for extension snippets. Fixes #94625 2020-04-08 10:12:23 +02:00
Alex Ross fa84b60808 Add test for specific c++ grammar freeze 2020-03-27 16:36:57 +01:00
Alex Ross e096d95068 Revert C grammars to version from 1.43.1
There's still a line that can cause a freeze
2020-03-27 16:36:57 +01:00
Alex Ross 60cc1a28a5 Update C++ grammar 2020-03-23 10:49:14 +01:00
Alex Ross 2f6da279c7 Update grammars 2020-03-03 16:20:05 +01:00
Alex Ross efa12b2f49 Update grammars 2020-02-03 13:01:47 +01:00
Miguel Solorio 666fcc0d62 Fix #88418, update number color for color contrast 2020-01-21 10:23:18 -08:00
Alex Ross c45e6cc623 Update grammars 2019-12-10 12:35:30 +01:00
Alex Ross ef582f49ad Add a few more token scopes to themes
Fixes https://github.com/microsoft/vscode/issues/80783
2019-12-02 11:47:20 +01:00
Alex Ross 33a084fa44 Update c++ grammar
Fixes #84410
2019-11-12 10:08:44 +01:00
Alex Ross 3f1f36333d Update grammars 2019-11-04 14:11:36 +01:00
Alex Ross a0bc43dd73 Update grammars 2019-10-21 11:21:03 +02:00