mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-30 19:32:39 +00:00
revsets: allow underscore in identifiers
This commit is contained in:
parent
0dac2e5ed5
commit
acf3798abc
@ -12,7 +12,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
identifier = @{ (ASCII_ALPHANUMERIC | "@" | "/" | ".")+ }
|
identifier = @{ (ASCII_ALPHANUMERIC | "_" | "@" | "/" | ".")+ }
|
||||||
symbol = {
|
symbol = {
|
||||||
identifier
|
identifier
|
||||||
| literal_string
|
| literal_string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user