sublime syntax update

master
vampirefrog 3 years ago
parent 3d91e2b147
commit f91f1931c9

@ -1,7 +1,7 @@
%YAML 1.2
---
name: X68000 HAS assembly
file_extensions: [s, S]
file_extensions: [s, S, has, HAS]
scope: source.s
# https://www.sublimetext.com/docs/3/scope_naming.html#markup
@ -38,8 +38,8 @@ contexts:
scope: entity.name.function
string:
- meta_scope: string.quoted.single.c
- match: \\.
scope: constant.character.escape.c
# - match: \\.
# scope: constant.character.escape.c
- match: \'
pop: true
include:

Loading…
Cancel
Save