ok/jj
1
0
Fork 0
forked from mirrors/jj

revsets: allow underscore in identifiers

This commit is contained in:
Martin von Zweigbergk 2021-11-06 18:12:23 -07:00
parent 0dac2e5ed5
commit acf3798abc

View file

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
identifier = @{ (ASCII_ALPHANUMERIC | "@" | "/" | ".")+ }
identifier = @{ (ASCII_ALPHANUMERIC | "_" | "@" | "/" | ".")+ }
symbol = {
identifier
| literal_string