Skip to content

Commit

Permalink
Added new ignored tokens for rEFInd versions 0.14.1 and 0.14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Žaja committed Apr 14, 2024
1 parent 074d973 commit c07955c
Show file tree
Hide file tree
Showing 6 changed files with 323 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"configurations": [
{
"name": "Python: Module",
"type": "python",
"type": "debugpy",
"request": "launch",
"console": "integratedTerminal",
"module": "refind_btrfs",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = refind_btrfs
version = 0.6.1
version = 0.6.2
description = Generate rEFInd manual boot stanzas from Btrfs snapshots
long_description = file: README.md
keywords = rEFInd, btrfs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setuptools.setup(
name="refind-btrfs",
version="0.6.1",
version="0.6.2",
author="Luka Žaja",
author_email="[email protected]",
description="Generate rEFInd manual boot stanzas from Btrfs snapshots",
Expand Down
2 changes: 2 additions & 0 deletions src/refind_btrfs/boot/antlr4/RefindConfigLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ COMMENT : '#' (~[\n])* NEWLINE? -> skip ;
IGNORED_OPTION
: (
'also_scan_dirs'
| 'also_scan_tools'
| 'banner'
| 'banner_scale'
| 'big_icon_size'
Expand All @@ -53,6 +54,7 @@ IGNORED_OPTION
| 'font'
| 'hideui'
| 'icons_dir'
| 'linux_prefixes'
| 'log_level'
| 'max_tags'
| 'mouse_size'
Expand Down
2 changes: 1 addition & 1 deletion src/refind_btrfs/boot/antlr4/RefindConfigLexer.interp

Large diffs are not rendered by default.

Loading

0 comments on commit c07955c

Please sign in to comment.