Add missing citation commands (#115)

Adds the following citation commands:
- `\citeA`
- `\citeR`
- `\citeS`
- `\citeyearR`

Fixes #94.
pull/813/head
Patrick Förster 2024-04-01 15:38:05 +07:00 committed by GitHub
parent ad07714343
commit eb552c7022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Add missing citation commands: `\citeA`, `\citeR`, `\citeS`, `\citeyearR` ([#94](https://github.com/latex-lsp/tree-sitter-latex/issues/94))
## [0.4.0] - 2024-04-01
### Added

@ -731,6 +731,10 @@ module.exports = grammar({
'\\citep',
'\\citet*',
'\\citep*',
'\\citeA',
'\\citeR',
'\\citeS',
'\\citeyearR',
'\\citeauthor',
'\\citeauthor*',
'\\Citeauthor',