summaryrefslogtreecommitdiff
path: root/prism
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-12-07 10:39:21 -0500
committergit <svn-admin@ruby-lang.org>2023-12-07 16:00:41 +0000
commitc05278e425a7b7cadf0bf299ecfbe0ae9525c75c (patch)
treeeda8da8cc72f9e50f904ff12d17fa926f51c6451 /prism
parent0dc40bd2b740898fac4c6d4193ab6cd7ad52c05d (diff)
[ruby/prism] Update ordering of integer base flags
https://github.com/ruby/prism/commit/d711950d5f
Diffstat (limited to 'prism')
-rw-r--r--prism/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prism/config.yml b/prism/config.yml
index fee0b97c07..5c1cddd037 100644
--- a/prism/config.yml
+++ b/prism/config.yml
@@ -357,10 +357,10 @@ flags:
values:
- name: BINARY
comment: "0b prefix"
- - name: OCTAL
- comment: "0o or 0 prefix"
- name: DECIMAL
comment: "0d or no prefix"
+ - name: OCTAL
+ comment: "0o or 0 prefix"
- name: HEXADECIMAL
comment: "0x prefix"
comment: Flags for integer nodes that correspond to the base of the integer.