Skip to content

Commit

Permalink
Update CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Dec 30, 2022
1 parent 55a3b46 commit b710ccf
Showing 1 changed file with 46 additions and 33 deletions.
79 changes: 46 additions & 33 deletions CHANGES
Expand Up @@ -19,47 +19,60 @@ Version 2.14.0
* Phix (#2222)
* Portugol (#2300)
* TL-b (#2247)
* World of Warcraft TOC format (#2244)
* World of Warcraft TOC format (#2244, #2245)
* Wren (#2271)

- Updated lexers:

* Hspec: add filename pattern `*Spec.hs` (#2308)
* Abap: update keywords (#2281)
* Alloy: update for Alloy 6 (#1963)
* C family (C, C++ and many others): fix an issue where a chunk would
be wrongly recognized as a function definition due to braces in
comments (#2210)
* C#: fix number and operator recognition (#2257)
* CSound: updated builtins (#2268)
* F#: add `.fsx` file extension (#2282)
* Abap: Update keywords (#2281)
* Alloy: Update for Alloy 6 (#1963)
* C family (C, C++ and many others):

- Fix an issue where a chunk would be wrongly recognized as a function
definition due to braces in comments (#2210)
- Improve parantheses handling for function definitions (#2207, #2208)

* C#: Fix number and operator recognition (#2256, #2257)
* CSound: Updated builtins (#2268)
* F#: Add ``.fsx`` file extension (#2282)
* gas (GNU assembler): recognize braces as punctuation (#2230)
* HTTP: add `CONNECT` keyword
* Inform 6: fix lexing of properties and doubles (#2214)
* INI: allow comments that are not their own line (#2217)
* Java properties: fix issue with whitespace-delimited keys, support
* HTTP: Add `CONNECT` keyword
* Inform 6: Fix lexing of properties and doubles (#2214)
* INI: Allow comments that are not their own line (#2217, #2161)
* Java properties: Fix issue with whitespace-delimited keys, support
comments starting with `!` and escapes, no longer support undocumented
`;` and `//` comments (#2241)
* LilyPond: improve heuristics, add `\maxima` duration (#2283)
* Macaulay2: update keywords (#2305)
* LilyPond: Improve heuristics, add ``\maxima`` duration (#2283)
* LLVM: Add opaque pointer type (#2269)
* Macaulay2: Update keywords (#2305)
* Minecraft-related lexers (SNB and Minecraft function) moved to
`pygments.lexers.minecraft` (#2276)
* Nim: general improvements (#1970)
* Nix: fix single quotes inside indented strings (#2289)
* Objective J: fix catastrophic backtracking (#2225)
* NASM: add support for SSE/AVX/AVX-512 registers as well as 'rel'
``pygments.lexers.minecraft`` (#2276)
* Nim: General improvements (#1970)
* Nix: Fix single quotes inside indented strings (#2289)
* Objective J: Fix catastrophic backtracking (#2225)
* NASM: Add support for SSE/AVX/AVX-512 registers as well as 'rel'
and 'abs' address operators (#2212)
* Powershell: add `local:` keyword (#2254)
* Python: add `*.pyi` as filename pattern for typing stub files (#2231)
* Spice: add ``enum`` keyword and fix a bug regarding binary,
* Powershell:

- Add ``local:`` keyword (#2254)
- Allow continuations without markers (#2262, #2263)

* Solidity: Add boolean operators (#2292)
* Spice: Add ``enum`` keyword and fix a bug regarding binary,
hexadecimal and octal number tokens (#2227)
* YAML: Accept colons in key names (#2277)

- Fix `make mapfiles` when Pygments is not installed in editable mode
(#2223)

- Support more filetypes and compression types in `autopygmentize` (#2219)
- Merge consecutive tokens in Autohotkey, Clay (#2248)
- Add ``.nasm`` as a recognized file type for NASM (#2280)
- Add ``*Spec.hs`` as a recognized file type for ``HSpec`` (#2308)
- Add ``*.pyi`` (for typing stub files) as a recognized file type for
Python (#2331)
- The HTML lexer no longer emits empty spans for whitespace (#2304)
- Fix ``IRCFormatter`` inserting linenumbers incorrectly (#2270)

Version 2.13.0
--------------
Expand All @@ -80,29 +93,29 @@ Version 2.13.0
elements of function headers, e.g. between the arguments and
the opening brace for the body (#1891)
* C++: Resolve several cases of ``Error`` tokens (#2207, #2208)
* Coq: add some common keywords, improve recognition of ``Set``
* Coq: Add some common keywords, improve recognition of ``Set``
and qualified identifiers (#2158)
* F*: Allow C-style comments anywhere in a line
* Fortran: fix catastrophic backtracking with backslashes in strings
* Fortran: Fix catastrophic backtracking with backslashes in strings
(#2194)
* Go: add support for generics (#2167)
* Inform: update for version 6.40 (#2190)
* Inform: Update for version 6.40 (#2190)
* Isabelle: recognize cartouches (#2089)
* Java: support multiline strings aka. text blocks (#2132)
* Kotlin: add ``value`` modifier (#2142)
* LilyPond: add some missing builtins
* Macaulay2: update builtins (#2139)
* Kotlin: Add ``value`` modifier (#2142)
* LilyPond: Add some missing builtins
* Macaulay2: Update builtins (#2139)
* Matlab session: fix traceback when a line continuation ellipsis
appears in the output (#2166)
* .NET: add aliases for LibreOffice Basic, OpenOfficeBasic and
* .NET: Add aliases for LibreOffice Basic, OpenOfficeBasic and
StarOffice Basic (#2170)
* Nim: use ``Name.Builtin`` instead of ``Keyword.Type`` (#2136)
* Nim: Use ``Name.Builtin`` instead of ``Keyword.Type`` (#2136)
* PHP: fix `\"$var\"` inside strings (#2105)
* Python: only recognize ``\N``, ``\u`` and ``\U`` escape sequences
in string literals, but not in bytes literals where they are
not supported (#2204)
* Tcl: support ``${name}`` variables (#2145)
* Terraform: accept leading whitespace for `<<` heredoc
* Terraform: Accept leading whitespace for `<<` heredoc
delimiters (#2162)
* Teraterm: Various improvements (#2165)
* Spice: add support for the recently added features including more
Expand Down

0 comments on commit b710ccf

Please sign in to comment.