Skip to content

Commit

Permalink
enh(cpp) Improve cpp grammar quite a bit (#3178)
Browse files Browse the repository at this point in the history
- fix(cpp) fix detection of common functions that are function templates
- enh(cpp) add various keywords and commonly used types for hinting
- enh(cpp) cleanup reserved keywords and type lists
  • Loading branch information
krisvanrens committed May 17, 2021
1 parent 3e628ed commit 3749c1a
Show file tree
Hide file tree
Showing 19 changed files with 765 additions and 227 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ Grammars:
- enh(haskell) add support for HexFloatLiterals (#3150) [Martijn Bastiaan][]
- fix(c,cpp) allow declaring multiple functions and (for C++) parenthetical initializers (#3155) [Erik Demaine][]
- enh(rust) highlight raw byte string literals correctly (#3173) [Nico Abram][]
- fix(cpp) fix detection of common functions that are function templates (#3178) [Kris van Rens][]
- enh(cpp) add various keywords and commonly used types for hinting (#3178) [Kris van Rens][]
- enh(cpp) cleanup reserved keywords and type lists (#3178) [Kris van Rens][]

New Languages:

Expand Down Expand Up @@ -139,6 +142,7 @@ Dev Improvements:
[Nico Abram]: https://github.com/nico-abram
[James Edington]: http://www.ishygddt.xyz/
[Jan Pilzer]: https://github.com/Hirse
[Kris van Rens]: https://github.com/krisvanrens


## Version 10.7.1
Expand Down
Loading

0 comments on commit 3749c1a

Please sign in to comment.