File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Package/Sublime Text Syntax Definition Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ contexts:
317317 scope : punctuation.separator.context-name.sublime-syntax
318318 set : expect_include
319319 # absolute includes
320- - match : Packages/ ((?!\s#|:\s).)+\.sublime-syntax(?=\s*(#|$))
320+ - match : \w ((?!\s#|:\s).)+\.sublime-syntax(?=\s*(#|$))
321321 scope : support.module.file-path.sublime-syntax
322322 set :
323323 - match : ' {{_flow_scalar_end_plain_in}}'
Original file line number Diff line number Diff line change @@ -125,7 +125,12 @@ contexts:
125125# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ support.module.file-path.sublime-syntax
126126# ^ punctuation.separator.context-name.sublime-syntax - comment
127127# ^^^^^^^ variable.other.sublime-syntax
128- include : Packages/JSON/ # JSON.sublime-syntax#comment
128+ - include : JSON.sublime-syntax#comments
129+ # ^^^^^^^^^^^^^^^^^^^ support.module.file-path.sublime-syntax
130+ # ^ punctuation.separator.context-name.sublime-syntax
131+ # ^^^^^^^ variable.other.sublime-syntax
132+
133+ - include : Packages/JSON/ # JSON.sublime-syntax#comment
129134# ^^ comment
130135 - include : scope:source.regexp.oniguruma#base-group-extended
131136# ^^^^^^ support.type.include.sublime-syntax
You can’t perform that action at this time.
0 commit comments